summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 23:33:43 +0200
committerbakkeby <[email protected]>2019-09-15 23:36:05 +0200
commitf60b0b5121fb68e4dbb76036ec3efd24fe6c904c (patch)
treedd4fdc54b94767c4853c7272a46088a95dc4dac9 /patches.h
parentf8f67508d811e3ad92f159d5101e2da89e269e37 (diff)
downloaddwm-flexipatch-f60b0b5121fb68e4dbb76036ec3efd24fe6c904c.tar.gz
dwm-flexipatch-f60b0b5121fb68e4dbb76036ec3efd24fe6c904c.zip
Adding winview patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/patches.h b/patches.h
index 3ddb5c5..b24dc49 100644
--- a/patches.h
+++ b/patches.h
@@ -285,7 +285,14 @@
*/
#define WINDOWROLERULE_PATCH 0
-/* Allows dwm to read colors from xrdb (.Xresources) at run time.
+/* The winview patch allows switching the view to that of a given client from the all-window
+ * view (Mod-0) using a keyboard shortcut.
+ * http://dwm.suckless.org/patches/winview/
+ */
+#define WINVIEW_PATCH 0
+
+/* Allows dwm to read colors from xrdb (.Xresources) during runtime. Compatible with
+ * the float border color, awesomebar and titlecolor patches.
* https://dwm.suckless.org/patches/xrdb/
*/
#define XRDB_PATCH 0