-
Notifications
You must be signed in to change notification settings - Fork 18
i3flip
budRich edited this page Jul 13, 2023
·
6 revisions
i3flip - Tabswitching done right
i3flip [--move|-m] DIRECTION
--dryrun | don't execute any commands
-h, --help | print help and exit
--json JSON | use JSON instead of output of `i3-msg -t get_tree`
-m, --move | move instead of focus shift
--verbose | louder output
-v, --version | print version info and exit
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
Send bugs and feature requests to:
https://github.com/budlabs/i3ass/issues
Copyright (c) 2018-2023, budRich of budlabs
SPDX-License-Identifier: MIT