diff options
| author | bakkeby <[email protected]> | 2019-10-05 22:55:46 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 22:55:46 +0200 |
| commit | b6928ab1fb05c6e19c258ac5e16883b2fa84188a (patch) | |
| tree | 64793e2090d73b50a9df1f18d0d5110812835c84 /patches.h | |
| parent | a8049d86bb9334d2848a80117679bd0605db6db2 (diff) | |
| download | dwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.tar.gz dwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.zip | |
Adding killunsel patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ */ |
