blob: a5706ad2e7e89b3e1f18358eac1d2d3501a690e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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. [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
|