summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 22:55:46 +0200
committerbakkeby <[email protected]>2019-10-05 22:55:46 +0200
commitb6928ab1fb05c6e19c258ac5e16883b2fa84188a (patch)
tree64793e2090d73b50a9df1f18d0d5110812835c84 /patches.h
parenta8049d86bb9334d2848a80117679bd0605db6db2 (diff)
downloaddwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.tar.gz
dwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.zip
Adding killunsel patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index d7a0642..9bd770a 100644
--- a/patches.h
+++ b/patches.h
@@ -175,6 +175,11 @@
*/
#define HOLDBAR_PATCH 0
+/* This patch adds a keybinding to kills all visible clients that are not selected.
+ * https://dwm.suckless.org/patches/killunsel/
+ */
+#define KILLUNSEL_PATCH 0
+
/* Moves the layout symbol in the status bar to the left hand side.
* http://dwm.suckless.org/patches/leftlayout/
*/