dwmref.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # dwm reference
  2. # dwm default keys
  3. # Basic:
  4. [Shift]+[Mod]+[Enter] - launch terminal.
  5. [Mod]+[b] - show/hide bar.
  6. [Mod]+[p] - dmenu for running programs like the x-www-browser.
  7. [Mod]+[Enter] - push acive window from stack to master, or pulls last used window from stack onto master.
  8. [Mod] + [j / k] - focus on next/previous window in current tag.
  9. [Mod] + [h / l] - increases / decreases master size.
  10. # Navigation:
  11. [Mod]+[2] - moves your focus to tag 2.
  12. [Shift]+[Mod]+[2] - move active window to the 2 tag.
  13. [Mod] + [i / d] - increases / decreases number of windows on master
  14. [Mod] + [, / .] - move focus between screens (multi monitor setup)
  15. [Shift]+[Mod]+[, / .] - move active window to different screen.
  16. [Mod]+[0] - view all windows on screen.
  17. [Shift]+[Mod]+[0] - make focused window appear on all tags.
  18. [Shift]+[Mod]+[c] - kill active window.
  19. [Shift]+[Mod]+[q] - quit dwm cleanly.
  20. # Layout:
  21. [Mod]+[t] - tiled mode. []=
  22. [Mod]+[f] - floating mode. ><>
  23. [Mod]+[m] - monocle mode. [M] (single window fullscreen)
  24. # Floating:
  25. [Mod]+[R M B] - to resize the floating window.
  26. [Mod]+[L M B] - to move the floating window around.
  27. [Mod]+[Space] - toggles to the previous layout mode.
  28. [Mod]+[Shift]+[Space] - to make an individual window float.
  29. [Mod]+[M M B] - to make an individual window un-float.