i3
- The first Window Manager that got excited me in a long time
- i3 Docs
- User Guide
- Getting Started - FedoraMag
- saving and restoring layouts
Key bindings / hotkeys
i3 hotkeys aligned with vim
# replace $left $down $up $right with:
set $left h
set $down j
set $up k
set $right l
# replace Mod1+h with:
bindsym Mod1+Shift+v split h
automatically startup background programs
exec --no-startup-id ~/.dropbox-dist/dropboxd
wallpaper with feh
exec --no-startup-id feh --bg-scale ~/path/to/wallpaper.png