blob: a8607330be80cf7ce9e8e0941431b942ee479cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# My build of dwm (dynamic window manager)
## Patches applied
1. [xrdb](https://dwm.suckless.org/patches/xrdb/) patch for .Xresources support.
2. [fullgaps](https://dwm.suckless.org/patches/fullgaps/) patch for adding gaps between windows.
3. [scratchpad](https://dwm.suckless.org/patches/scratchpad/) patch for scratchpad
4. [bar height](https://dwm.suckless.org/patches/bar_height/) for changing bar's height
5. [pertag](https://dwm.suckless.org/patches/pertag/) for layout for each tag.
6. [layoutscroll](https://dwm.suckless.org/patches/layoutscroll/) for scrolling through layouts with <kbd>mod+shift+tab</kbd>
7. [swallow](https://dwm.suckless.org/patches/swallow/) patch for swallowing windows (have reversed the patch right now.)
## Keybinds
|keybinds|what they do|
|:-------|:-----------|
|<kbd>mod+enter</kbd>|open terminal(st)|
|<kbd>mod+shift+enter</kbd>|open scratchpad(st)|
|<kbd>mod+r</kbd>|open dmenu|
|<kbd>mod+shift+x</kbd>|kill window|
|<kbd>mod+Tab</kbd>|cycle through windows|
|<kbd>mod+b</kbd>|toggle statusbar|
|<kbd>mod+F5</kbd>|xrdb|
|<kbd>mod+h/l</kbd>|resize windows horizontally|
|<kbd>mod+space</kbd>|move the focused window to master|
|<kbd>mod+f</kbd>|toggle window fullscreen|
|<kbd>mod+shift+r</kbd>|toggle window floating|
|<kbd>mod+t</kbd>|tile layout(default)|
|<kbd>mod+shift+u</kbd>|monacle layout|
|<kbd>mod+y</kbd>|spiral layout|
|<kbd>mod+shift+y</kbd>|dwindle layout|
|<kbd>mod+shift+f</kbd>|floating mode|
|<kbd>mod+(+/-/=)</kbd>|increase/decrease/reset gaps|
|<kbd>mod+shit+q</kbd>|quit dwm|
|