Skip to content
budRich edited this page Mar 12, 2022 · 6 revisions

i3flip

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                      

USAGE

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

examples

~/.config/i3/config:

...
bindsym Mod4+Tab         exec --no-startup-id i3flip next
bindsym Mod4+Shift+Tab   exec --no-startup-id i3flip prev

OPTIONS

SEE ALSO

Project site: https://github.com/budlabs/i3ass

CONTACT

File bugs and feature requests at the following URL:
https://github.com/budlabs/i3ass/issues

AUTHOR

i3flip was written by budRich of budlabs

Clone this wiki locally