diff options
| author | bakkeby <[email protected]> | 2021-01-22 11:28:55 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-01-22 11:28:55 +0100 |
| commit | 0f284023050cca4a66479e36bd2fa37a1798bf83 (patch) | |
| tree | a78acc3805c9bb1938a537a86a9cf63861b78d2a /patches.def.h | |
| parent | 49839cf6f14919470fee1be7033df1786afb055e (diff) | |
| download | dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.tar.gz dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.zip | |
Adding placemouse patch
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/ */ |
