diff options
| author | bakkeby <[email protected]> | 2019-10-02 00:03:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 00:03:21 +0200 |
| commit | 37b1b54ab9b79a144d6224264f39ad946aea5d4e (patch) | |
| tree | 31f7baee32f4a97b350978fd963129520e74308e /patches.h | |
| parent | 1cff0331278a2348046fcf27d13493abba3a5a4f (diff) | |
| download | dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.tar.gz dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.zip | |
Adding fullscreen, holdbar and unfloatvisible patches
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -141,6 +141,19 @@ */ #define FOCUSONNETACTIVE_PATCH 0 +/* Applies the monocle layout with the focused client on top and hides the bar. When pressed + * again it shows the bar and restores the layout that was active before going fullscreen. + * NB: This patch assumes that the third layout is monocle and that the bar is shown. + * https://dwm.suckless.org/patches/fullscreen/ + */ +#define FULLSCREEN_PATCH 0 + +/* With this patch dwm's built-in status bar is only shown when HOLDKEY is pressed + * and the bar will now overlay the display. + * http://dwm.suckless.org/patches/holdbar/ + */ +#define HOLDBAR_PATCH 0 + /* Moves the layout symbol in the status bar to the left hand side. * http://dwm.suckless.org/patches/leftlayout/ */ @@ -273,6 +286,12 @@ */ #define TOGGLEFULLSCREEN_PATCH 0 +/* This patch resets isfloating on any visible windows that have it set. + * Optionally also applies a layout. + * https://dwm.suckless.org/patches/unfloatvisible/ + */ +#define UNFLOATVISIBLE_PATCH 0 + /* This patch makes "urgent" windows have different colors. * https://dwm.suckless.org/patches/urgentborder/ */ |
