summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-07 22:56:53 +0200
committerbakkeby <[email protected]>2019-10-07 22:56:53 +0200
commit2612060419c9c19a743f63393154abe176177f3c (patch)
tree414fe971c92e8f222fed09c62c70b71363f8a155 /patches.h
parentfc28c6a7b2befb1af04863c022e24820f2ac5d4c (diff)
downloaddwm-flexipatch-2612060419c9c19a743f63393154abe176177f3c.tar.gz
dwm-flexipatch-2612060419c9c19a743f63393154abe176177f3c.zip
Adding sortscreens patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 712a771..1b18ad0 100644
--- a/patches.h
+++ b/patches.h
@@ -298,6 +298,14 @@
*/
#define SETBORDERPX_PATCH 0
+/* In a multi-head setup monitor 0 is by default the primary screen, with the left and right
+ * screen being monitor 1 and 2 respectively. This patch sorts screens left to right (or
+ * top to bottom in a vertical layout) which aims to address some inconsistencies when it
+ * comes to focusmon, tagmon and similar functionality.
+ * https://www.mail-archive.com/[email protected]/msg09400.html
+ */
+#define SORTSCREENS_PATCH 0
+
/* This patch draws and updates the statusbar on all monitors.
* https://dwm.suckless.org/patches/statusallmons/
*/