diff options
| author | bakkeby <[email protected]> | 2019-10-05 00:12:52 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 00:12:52 +0200 |
| commit | a8049d86bb9334d2848a80117679bd0605db6db2 (patch) | |
| tree | 0ee73b54b8afbb19252b1786a9928d0dcc6e8da7 /patches.h | |
| parent | a25d00eb00f8f73594cb39968d2363c9c148d9ce (diff) | |
| download | dwm-flexipatch-a8049d86bb9334d2848a80117679bd0605db6db2.tar.gz dwm-flexipatch-a8049d86bb9334d2848a80117679bd0605db6db2.zip | |
Adding tagintostack patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -326,6 +326,21 @@ */ #define TAGALLMON_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 + * takes precedence over the onemaster tagintostack patch. + * https://dwm.suckless.org/patches/tagintostack/ + */ +#define TAGINTOSTACK_ALLMASTER_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 onemaster patch will cause the first client in the master area to be left alone. + * https://dwm.suckless.org/patches/tagintostack/ + */ +#define TAGINTOSTACK_ONEMASTER_PATCH 0 + /* If you try to send a fullscreen window to an adjacent monitor using tagmon then * the window is moved behind the scenes, but it remains in fullscreen on the original * monitor until you exit fullscreen view (at which point it will appear on the adjacent |
