-
Notifications
You must be signed in to change notification settings - Fork 18
i3flip
budRich edited this page Mar 12, 2022
·
6 revisions
Tabswitching done right
usage: i3flip [--move|-m] DIRECTION
--verbose | louder output
--json JSON | use JSON instead of output of i3-msg -t get_tree
-m, --move | move instead of focus shift
-v, --version | print version info and exit
-h, --help | print help and exit
--dryrun | don’t execute any commands
i3flip
switch containers without leaving the
parent. Perfect for tabbed or stacked layout, but
works on all layouts. If direction is next
and
the active container is the last, the first
container will get focused.
**DIRECTION can be either prev or next, which **can be defined with different words:
next|right|down|n|r|d
prev|left|up|p|l|u
~/.config/i3/config
:
...
bindsym Mod4+Tab exec --no-startup-id i3flip next
bindsym Mod4+Shift+Tab exec --no-startup-id i3flip prev
Project site: https://github.com/budlabs/i3ass
File bugs and feature requests at the following URL:
https://github.com/budlabs/i3ass/issues
i3flip was written by budRich of budlabs