summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index deb6e3c..e787ada 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -438,6 +438,11 @@
* Other patches
*/
+/* Adds a window task switcher toggled using alt-tab.
+ * https://dwm.suckless.org/patches/alt-tab/
+ */
+#define ALT_TAB_PATCH 0
+
/* All floating windows are centered, like the center patch, but without a rule.
* The center patch takes precedence over this patch.
* This patch interferes with the center transient windows patches.