Adding xrdb patch

This commit is contained in:
bakkeby
2019-09-15 22:45:22 +02:00
parent 30e0a3b5e4
commit f8f67508d8
9 changed files with 200 additions and 32 deletions

View File

@@ -285,6 +285,11 @@
*/
#define WINDOWROLERULE_PATCH 0
/* Allows dwm to read colors from xrdb (.Xresources) at run time.
* https://dwm.suckless.org/patches/xrdb/
*/
#define XRDB_PATCH 0
/* The zoomswap patch allows a master and a stack window to swap places
* rather than every window on the screen changing position.
* https://dwm.suckless.org/patches/zoomswap/