summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-10-08 22:12:03 +0200
committerbakkeby <[email protected]>2022-10-08 22:35:04 +0200
commitcc58ad2ef41bf0b9a298366fbdc5afbde31edb17 (patch)
tree224e488aa5777d69ab0a3c9c7643447421a7d906 /patches.def.h
parent4912e3129aa8e1e9bb5f56d20377102575aca2b7 (diff)
downloaddwm-flexipatch-cc58ad2ef41bf0b9a298366fbdc5afbde31edb17.tar.gz
dwm-flexipatch-cc58ad2ef41bf0b9a298366fbdc5afbde31edb17.zip
Adding alt-tab patch ref. #303
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.