From 25a8aa8bfd03f5d0b0434370a0446b62d03897f1 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sat, 23 Sep 2023 23:01:10 +0800 Subject: [PATCH] Fix fulllscreen --- dwm-flexipatch/patches.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 66849b5..26ee38e 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -612,7 +612,7 @@ * This patch takes precedence over the fakefullscreen client patch below. * https://dwm.suckless.org/patches/fakefullscreen/ */ -#define FAKEFULLSCREEN_PATCH 1 +#define FAKEFULLSCREEN_PATCH 0 /* Similarly to the fakefullscreen patch this patch only allows clients to "fullscreen" into * the space currently given to them. @@ -621,7 +621,7 @@ * Also see the selectivefakefullscreen option that adds a rule option to enabled this on client * startup. */ -#define FAKEFULLSCREEN_CLIENT_PATCH 0 +#define FAKEFULLSCREEN_CLIENT_PATCH 1 /* This patch adds a float rule allowing the size and position of floating windows to be specified * It also allows the size and position of floating windows to be controlled similar to the