diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 12a3670..39b58a8 100644 --- a/patches.def.h +++ b/patches.def.h @@ -721,6 +721,11 @@ */ #define PERTAGBAR_PATCH 0 +/* This patch lets you change the position of a client in the stack using the mouse. + * https://github.com/bakkeby/patches/wiki/placemouse + */ +#define PLACEMOUSE_PATCH 0 + /* This patch provides a way to move clients up and down inside the client list. * https://dwm.suckless.org/patches/push/ */ |
