summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-04 23:56:00 +0200
committerbakkeby <[email protected]>2019-10-04 23:56:00 +0200
commita25d00eb00f8f73594cb39968d2363c9c148d9ce (patch)
tree406c0ae716dbfd2018e54ecac7d7684d66ddfba4 /patches.h
parent69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8 (diff)
downloaddwm-flexipatch-a25d00eb00f8f73594cb39968d2363c9c148d9ce.tar.gz
dwm-flexipatch-a25d00eb00f8f73594cb39968d2363c9c148d9ce.zip
Adding tagall patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 6ccee1e..17c5d7a 100644
--- a/patches.h
+++ b/patches.h
@@ -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
*/