diff options
| author | bakkeby <[email protected]> | 2021-02-11 12:01:08 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-02-11 12:01:08 +0100 |
| commit | 1d092253e3b9ee5e310957d83edb2effad10cdb8 (patch) | |
| tree | 308e95e54c2ddfd5b4dc6edaaeff3e932489159e /patches.def.h | |
| parent | b4758c388d968de19d633284e86a33c4fb592982 (diff) | |
| download | dwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.tar.gz dwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.zip | |
Adding riodraw patch
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 39b58a8..737fec2 100644 --- a/patches.def.h +++ b/patches.def.h @@ -769,6 +769,13 @@ */ #define RESTARTSIG_PATCH 0 +/* Adds rio-like drawing to resize the selected client. + * This depends on an external tool slop being installed. + * This patch was backported from instantWM. + * https://github.com/bakkeby/patches/blob/master/dwm/dwm-riodraw-6.2.diff + */ +#define RIODRAW_PATCH 0 + /* This patch let's you rotate through the stack using keyboard shortcuts. * https://dwm.suckless.org/patches/rotatestack/ */ |
