My patched version of suckless' dwm.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
3.2 KiB

9 months ago
9 months ago
9 months ago
9 months ago
  1. # dwm
  2. This is my patched version of dwm. The base version is directly from suckless.org.
  3. This belongs to my larbs installation script and depends heavily on its scripts and programs.
  4. It is supposed to work in the environment after the larbs-base-installation.
  5. ## Patches
  6. The list below shows the currently applied patches to the master branch.
  7. - dwm-alpha-6.2.diff
  8. ## Hotkeys
  9. There are various shortcuts and hotkeys used in this version. Included in my build are the following.
  10. ```
  11. Super + Shift + Escape -> Quit dwm
  12. Super + Return -> Spawn st
  13. Super + b -> Spawn firefox
  14. Super + Shift + b -> Toggle dwmbar
  15. Super + Shift + d -> Toggle floating/tiled for selected window
  16. Super + f -> Spawn vifm in st
  17. Super + Shift + f -> Enable fullscreen layout
  18. Super + h -> (Tiling) Focus window higher in stack than current
  19. Super + Shift + h -> (Tiling) Make current window the master window
  20. Super + i -> Spawn intellij-idea-ultimate-edition
  21. Super + j -> (Tiling) Focus window lower in stack than current
  22. Super + Shift + j -> (Tiling) Make current window the master window
  23. Super + k -> (Tiling) Focus window higher in stack than current
  24. Super + Shift + k -> (Tiling) Make current window the master window
  25. Super + l -> (Tiling) Focus window lower in stack than current
  26. Super + m -> Spawn thunderbird
  27. Super + Shift + o -> (Tiling) Increase master window size
  28. Super + p -> Spawn ncmpcpp in st
  29. Super + q -> Close current window
  30. Super + Shift + r -> (dmenu) dmenu_run
  31. Super + s -> (dmenu) startpagesearch
  32. Super + Shift + t -> Enable tiling layout
  33. Super + Shift + z -> (Tiling) Decrease master window size
  34. Super + 0 -> Show all tags
  35. Super + Shift + 0 -> Add current window to all tag
  36. Super + + 1/2/.../9 -> Shot tag 1/2/.../9
  37. Super + Shift + 1/2/.../9 -> Add current window to tag 1/2/.../9
  38. Super + F5 -> enable 2 Screen Monitor
  39. Super + F6 -> toggle touchpad
  40. Super + F7 -> (dmenu) mounting drives
  41. Super + F8 -> (dmenu) unmounting drives
  42. Super + F9 -> Restart NetworkManager
  43. Super + F10 -> (dmenu) prompt, if yes: slock
  44. Super + F11 -> (dmenu) prompt, if yes: reboot
  45. Super + F12 -> (dmenu) prompt, if yes: shutdown
  46. AudioMute -> Volume mute
  47. AudioMicMute -> Mic Mute
  48. AudioLowerVolume -> Volume lower
  49. AudioRaiseVolume -> Volume raise
  50. MonBrightnessDown -> Brightness decrease
  51. MonBrightnessUp -> Brightness increase
  52. ```