# Mod Key alt # Show/Hide bar alt + b # Windows Start a terminal Window mod + shift + enter Start a window mod + p Move between windows alt + j/k Kill window alt + shift + c # Master Window Increase master size alt + l Decrease master size alt + h Zoom window/Move to master alt + Enter Increment master (the amount of windows in the master area) alt + i Decrement master alt + d # Layouts Tiled windows (default) alt + t Focus window/Zoom/Only window visible alt + m Floating windows alt + f Switch between previous layout alt + space # Tags/desktops Switch between tags alt + <1..9> Move a window to another tag alt + shift + <1..9> # Multiple Monitors Switch between monitors alt + , . Move a window to another monitor alt + shift + , . # Shutdown Clean shutdown alt + shift + q # Patches Download the patch from suckless.org, etc. patch < file.diff Preference is to put it into a patches/ folder within the repo. ## Make a custom patch Make the changes to the code then compare the new and original files. diff -u OriginalFile UpdatedFile > PatchFile