diff options
| author | bakkeby <[email protected]> | 2021-02-11 12:29:48 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-02-11 12:29:48 +0100 |
| commit | 9fcfa8d6ce45d7c7530f447c200ab8977c997e78 (patch) | |
| tree | c0d004e877d093cbb8988b5403f99f10b2dc2615 /patches.def.h | |
| parent | 1d092253e3b9ee5e310957d83edb2effad10cdb8 (diff) | |
| download | dwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.tar.gz dwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.zip | |
Adding focusdir patch
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 737fec2..0a27b1c 100644 --- a/patches.def.h +++ b/patches.def.h @@ -520,6 +520,11 @@ */ #define FOCUSADJACENTTAG_PATCH 0 +/* Allows focusing on clients based on direction (up, down, left, right) instead of client order. + * https://github.com/bakkeby/patches/wiki/focusdir/ + */ +#define FOCUSDIR_PATCH 0 + /* A simple patch that just puts focus back to the master client. * https://dwm.suckless.org/patches/focusmaster/ */ |
