diff options
| author | bakkeby <[email protected]> | 2019-09-15 22:45:22 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-15 22:45:22 +0200 |
| commit | f8f67508d811e3ad92f159d5101e2da89e269e37 (patch) | |
| tree | 59865bc5db00d57f9d0e09bae4625e8b0b8b2dc5 /patches.h | |
| parent | 30e0a3b5e42185836bd4cf4d591351dacc6b723c (diff) | |
| download | dwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.tar.gz dwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.zip | |
Adding xrdb patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ |
