i3
- [[sway]]
- sway
-
Links
-
Cheatsheet
- Command: action
$mod + shift + q
: Kill application$mod + shift + r
: reload i3 config$mod + shift + e
: exit i3$mod + j
: next application- Create a vertical split:
$mod + v
- Create a horizontal split:
$mod + h
-
i3-msg
-
Move workspace to another screen:
i3-msg move workspace to output left
-
Cycle through workspaces:
i3-msg workspace next
-
Show all output:
i3-msg -t "get_outputs"
-