diff options
| author | bakkeby <[email protected]> | 2019-10-04 23:56:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 23:56:00 +0200 |
| commit | a25d00eb00f8f73594cb39968d2363c9c148d9ce (patch) | |
| tree | 406c0ae716dbfd2018e54ecac7d7684d66ddfba4 /patches.h | |
| parent | 69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8 (diff) | |
| download | dwm-flexipatch-a25d00eb00f8f73594cb39968d2363c9c148d9ce.tar.gz dwm-flexipatch-a25d00eb00f8f73594cb39968d2363c9c148d9ce.zip | |
Adding tagall patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -316,6 +316,11 @@ */ #define SWITCHTAG_PATCH 0 +/* Adds keyboard shortcuts to move all (or only floating) windows from one tag to another. + * https://dwm.suckless.org/patches/tagall/ + */ +#define TAGALL_PATCH 0 + /* This patch allows you to move all visible windows on a monitor to an adjacent monitor. * https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-tagallmon-6.2.diff */ |
