summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-04 00:20:47 +0200
committerbakkeby <[email protected]>2019-10-04 00:20:47 +0200
commit853c64fbb7adf09743af0723c6f2a55e83451c99 (patch)
tree3384de55ef44256d32ccd97b613b75729c5e7001 /patches.h
parent40000bba1ce137d426a3844d2a10e2e646c7ea82 (diff)
downloaddwm-flexipatch-853c64fbb7adf09743af0723c6f2a55e83451c99.tar.gz
dwm-flexipatch-853c64fbb7adf09743af0723c6f2a55e83451c99.zip
Adding switchcol patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/patches.h b/patches.h
index eed308b..b978781 100644
--- a/patches.h
+++ b/patches.h
@@ -276,6 +276,11 @@
*/
#define SYSTRAY_PATCH 0
+/* Switch focus between the master and stack columns using a single keybinding.
+ * https://dwm.suckless.org/patches/switchcol/
+ */
+#define SWITCHCOL_PATCH 0
+
/* By default dwm allow you to set application specific rules so that you can have your browser,
* for example, start up on tag 9 optionally on a given monitor when you open your browser it is
* then automatically moved to the configured tag, but you have to manually enable the tag to see
@@ -284,7 +289,7 @@
* 0 is default behaviour
* 1 automatically moves you to the tag of the newly opened application and
* 2 enables the tag of the newly opened application in addition to your existing enabled tags
-
+ *
* https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-switchtag-6.2.diff
*/
#define SWITCHTAG_PATCH 0