SlackBuilds Repository

15.0 > Desktop > i3-easyfocus (1.0.0)

Focus and select windows in [i3](https://github.com/i3/i3).

Draws a small label ('a'-'z') on top of each visible container, which
can be selected by pressing the corresponding key on the keyboard
(cancel with ESC). By default, only windows on the current workspace
are labelled.

Focus the selected window:
```shell
./i3-easyfocus
```

It also possible to only print out the con_id of the selected window
and, for example, move it to workspace 3:

```shell
./i3-easyfocus -i | xargs -I {} i3-msg [con_id={}] move workspace 3
```

Or to print the window id and use it with other commands, like xkill:
```shell
./i3-easyfocus -w | xargs xkill -id
```

This requires: i3, i3ipc-glib

Maintained by: Lockywolf
Keywords: i3,window,productivity,switch
ChangeLog: i3-easyfocus

Homepage:
https://github.com/cornerman/i3-easyfocus/

Source Downloads:
i3-easyfocus-1.0.0.tar.gz (2b46ecc013a602caa0b05d3b4520c33d)

Download SlackBuild:
i3-easyfocus.tar.gz
i3-easyfocus.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds