diff options
| author | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
| commit | 39e161e54519c8c28d479d69f5a1be88b59e3dac (patch) | |
| tree | 7d04c12ff971c0eb66eb1b03b27132f861eadd72 /patches.h | |
| parent | c5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff) | |
| download | dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip | |
Adding push patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -164,6 +164,11 @@ */ #define PERTAGBAR_PATCH 0 +/* This patch provides a way to move clients up and down inside the client list. + * https://dwm.suckless.org/patches/push/ + */ +#define PUSH_PATCH 0 + /* By default, windows only resize from the bottom right corner. With this * patch the mouse is warped to the nearest corner and you resize from there. * https://dwm.suckless.org/patches/resizecorners/ |
