diff options
| author | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
| commit | 2de0c0e30758021f0e4fb4f734942a60e146c31e (patch) | |
| tree | 3a0543f2620658063cf8cbbb535f21b09a71c0c5 /patches.h | |
| parent | 853c64fbb7adf09743af0723c6f2a55e83451c99 (diff) | |
| download | dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.tar.gz dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.zip | |
Adding maximize patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -189,6 +189,12 @@ */ #define LOSEFULLSCREEN_PATCH 0 +/* This patch adds helper functions for maximizing, horizontally and vertically, floating + * windows using keybindings. + * https://dwm.suckless.org/patches/maximize/ + */ +#define MAXIMIZE_PATCH 0 + /* Adds rules per monitor, e.g. have default layouts per monitor. * The use case for this is if the second monitor is vertical (i.e. rotated) then * you may want to use a different default layout for this monitor than what is |
