aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 12ce822c5860184760d0151c2ab5f274b4ce24d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 ``mod+shift+tab``
7. [swallow](https://dwm.suckless.org/patches/swallow/) patch for swallowing windows (have reversed the patch right now.)

### MAKE SURE TO INSTALL ``libxft-bgra`` OR DWM WILL CRASH