summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-02 00:03:21 +0200
committerbakkeby <[email protected]>2019-10-02 00:03:21 +0200
commit37b1b54ab9b79a144d6224264f39ad946aea5d4e (patch)
tree31f7baee32f4a97b350978fd963129520e74308e /patches.h
parent1cff0331278a2348046fcf27d13493abba3a5a4f (diff)
downloaddwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.tar.gz
dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.zip
Adding fullscreen, holdbar and unfloatvisible patches
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index f4548f7..d43169e 100644
--- a/patches.h
+++ b/patches.h
@@ -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/
*/