diff options
| author | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
| commit | 1f21ed72d14af33fb490c14fcf809fe0606fadb0 (patch) | |
| tree | 65c31f1354fe4607699c32f1bd25abfce6a8f8f8 /patches.h | |
| parent | 0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (diff) | |
| download | dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.tar.gz dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.zip | |
Adding focusadjacenttag patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -132,6 +132,13 @@ */ #define FANCYBAR_PATCH 0 +/* This patch provides the ability to focus the tag on the immediate left or right of the + * currently focused tag. It also allows to send the focused window either on the left or + * the right tag. + * http://dwm.suckless.org/patches/focusadjacenttag/ + */ +#define FOCUSADJACENTTAG_PATCH 1 + /* Switch focus only by mouse click and not sloppy (focus follows mouse pointer). * https://dwm.suckless.org/patches/focusonclick/ */ |
