diff options
| author | bakkeby <[email protected]> | 2019-10-05 23:28:50 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 23:28:50 +0200 |
| commit | 15a4c58924fd786b5e335f60aa8cc55f543cc772 (patch) | |
| tree | 1514429c0c8461fb49d86ceb62027cdb9c0af610 /patches.h | |
| parent | b6928ab1fb05c6e19c258ac5e16883b2fa84188a (diff) | |
| download | dwm-flexipatch-15a4c58924fd786b5e335f60aa8cc55f543cc772.tar.gz dwm-flexipatch-15a4c58924fd786b5e335f60aa8cc55f543cc772.zip | |
Adding taggrid patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -331,6 +331,11 @@ */ #define TAGALLMON_PATCH 0 +/* This patch adds an option to place tags in rows like in many other window managers. + * https://dwm.suckless.org/patches/taggrid/ + */ +#define TAGGRID_PATCH 0 + /* This patch makes new clients attach into the stack area when you toggle a new tag into * view. This means your master area will remain unchanged when toggling views. * The allmaster patch will cause all clients in the master area to be left alone. This patch |
