diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5706ad --- /dev/null +++ b/README.md @@ -0,0 +1,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 |
