diff options
| author | bakkeby <[email protected]> | 2019-09-14 23:58:04 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-14 23:58:04 +0200 |
| commit | 70012dbf2cb8eddddc4ec57ecba4508a9d9664a5 (patch) | |
| tree | 716edff459a3dba1fef191d203edbd57c88b971a /patches.h | |
| parent | 5501f81b9cbc154a2e85fc82cc9eac913b49d8d8 (diff) | |
| download | dwm-flexipatch-70012dbf2cb8eddddc4ec57ecba4508a9d9664a5.tar.gz dwm-flexipatch-70012dbf2cb8eddddc4ec57ecba4508a9d9664a5.zip | |
Adding selfrestart patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -187,6 +187,11 @@ */ #define SAVEFLOATS_PATCH 0 +/* Allows restarting dwm without the dependency of an external script. + * https://dwm.suckless.org/patches/selfrestart/ + */ +#define SELFRESTART_PATCH 0 + /* This patch allows border pixels to be changed during runtime. * https://dwm.suckless.org/patches/setborderpx/ */ |
