|
|
# dwm
This is my patched version of dwm. The base version is directly from suckless.org.This belongs to my larbs installation script and depends heavily on its scripts and programs.It is supposed to work in the environment after the larbs-base-installation.
## Patches
The list below shows the currently applied patches to the master branch.- dwm-alpha-6.2.diff- dwm-center-6.1.diff- dwm-deck-6.0.diff- dwm-fakefullscreen-20170508-ceac8c9.diff- dwm-noborder-6.2.diff- dwm-pertag-20170513-ceac8c9.diff
## Hotkeys
There are various shortcuts and hotkeys used in this version. Included in my build are the following.```Super + Shift + Escape -> Quit dwmSuper + Return -> Spawn stSuper + b -> Spawn firefoxSuper + Shift + b -> Toggle dwmbarSuper + Shift + c -> Enable deck(/card) layoutSuper + Shift + d -> Toggle floating/tiled for selected windowSuper + f -> Spawn vifm in stSuper + Shift + f -> Enable fullscreen layoutSuper + h -> (Tiling) Focus window higher in stack than currentSuper + Shift + h -> (Tiling) Make current window the master windowSuper + i -> Spawn intellij-idea-ultimate-editionSuper + j -> (Tiling) Focus window lower in stack than currentSuper + Shift + j -> (Tiling) Make current window the master windowSuper + k -> (Tiling) Focus window higher in stack than currentSuper + Shift + k -> (Tiling) Make current window the master windowSuper + l -> (Tiling) Focus window lower in stack than currentSuper + m -> Spawn thunderbirdSuper + Shift + o -> (Tiling) Increase master window sizeSuper + p -> Spawn ncmpcpp in stSuper + q -> Close current windowSuper + Shift + r -> (dmenu) dmenu_runSuper + s -> (dmenu) startpagesearchSuper + Shift + t -> Enable tiling layoutSuper + Shift + z -> (Tiling) Decrease master window sizeSuper + 0 -> Show all tagsSuper + Shift + 0 -> Add current window to all tagSuper + + 1/2/.../9 -> Show tag 1/2/.../9Super + Shift + 1/2/.../9 -> Add current window to tag 1/2/.../9Super + + . -> Show monitor lower in stackSuper + Shift + . -> Add to monitor lower in stackSuper + + , -> Show monitor higher in stackSuper + Shift + , -> Add to monitor higher in stackSuper + F5 -> enable 2 Screen MonitorSuper + F6 -> toggle touchpadSuper + F7 -> (dmenu) mounting drivesSuper + F8 -> (dmenu) unmounting drivesSuper + F9 -> Restart NetworkManagerSuper + F10 -> (dmenu) prompt, if yes: slockSuper + F11 -> (dmenu) prompt, if yes: rebootSuper + F12 -> (dmenu) prompt, if yes: shutdown AudioMute -> Volume mute AudioMicMute -> Mic Mute AudioLowerVolume -> Volume lower AudioRaiseVolume -> Volume raise MonBrightnessDown -> Brightness decrease MonBrightnessUp -> Brightness increase```
|