xmonadref.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. xmonad
  2. Default keybindings for xmonad window manager
  3. # System Options
  4. mod shift return Launch terminal
  5. mod p Launch dmenu
  6. mod shift p Launch gmrun
  7. mod shift c Close the focused window
  8. mod shift q Quit xmonad
  9. mod q Restart xmonad
  10. mod shift slash Run xmessage with a summary of the
  11. default key bindings
  12. # Window management
  13. mod space Rotate through the available layout algorithms
  14. mod shift space Reset the layouts on the current workspace to default
  15. mod n Resize viewed windows to the correct size
  16. mod tab Move focus to the next window
  17. mod shift tab Move focus to the previous window
  18. mod j Move focus to the next window
  19. mod k Move focus to the previous window
  20. mod m Move focus to the master window
  21. mod return Swap the focused window and the master window
  22. mod shift j Swap the focused window with the next window
  23. mod shift k Swap the focused window with the previous window
  24. mod h Shrink the master area
  25. mod l Expand the master area
  26. mod t Push window back into tiling
  27. mod comma Increment the number of windows in the master area
  28. mod period Deincrement the number of windows in the master area
  29. mod button1 Set the window to floating mode and move by dragging
  30. mod button2 Raise the window to the top of the stack
  31. mod button3 Set the window to floating mode and resize by dragging
  32. # Workspace/Screen Management
  33. mod (1..9) Switch to workspace N (1-9)
  34. mod shift (1..9) Move client to workspace N (1-9)
  35. mod (w,e,r) Switch to physical/Xinerama screens 1, 2, or 3
  36. mod shift (w,e,r) Move client to screen 1, 2, or 3