diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-01 23:55:10 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-01 23:55:10 +0530 |
| commit | d0f09efb2ed1205aa265eaf2451f04be686b2e41 (patch) | |
| tree | 6a7ff1dc847d4d941bbe11fcd5d8c03dc7ac40f3 /README.md | |
first commit
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 |
