i3
Links
- https://i3wm.org/docs/userguide.html
- <https://i3wm.org/docs/refcard.html>
- <https://faq.i3wm.org/question/239/how-do-i-suspendlockscreen-and-logout.1.html>
- <https://www.cheatography.com/davechild/cheat-sheets/i3-window-manager/>
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" 
 -