diff options
| author | bakkeby <[email protected]> | 2019-10-01 22:46:24 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-01 22:46:24 +0200 |
| commit | 1cff0331278a2348046fcf27d13493abba3a5a4f (patch) | |
| tree | 9405b85d2873cc0bf7fdc7a2eb6278c5fd50fe0d /patches.h | |
| parent | 009819e186a33d395e785b6429e9f770ef06078c (diff) | |
| download | dwm-flexipatch-1cff0331278a2348046fcf27d13493abba3a5a4f.tar.gz dwm-flexipatch-1cff0331278a2348046fcf27d13493abba3a5a4f.zip | |
Adding leftlayout patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -141,6 +141,11 @@ */ #define FOCUSONNETACTIVE_PATCH 0 +/* Moves the layout symbol in the status bar to the left hand side. + * http://dwm.suckless.org/patches/leftlayout/ + */ +#define LEFTLAYOUT_PATCH 0 + /* By default in dwm it is possible to make an application fullscreen, then use * the focusstack keybindings to focus on other windows beneath the current window. * It is also possible to spawn new windows (e.g. a terminal) that end up getting |
