Fix fulllscreen

This commit is contained in:
Alexis Jhon Gaspar 2023-09-23 23:01:10 +08:00
parent dd3ef35a4e
commit 25a8aa8bfd

View file

@ -612,7 +612,7 @@
* This patch takes precedence over the fakefullscreen client patch below. * This patch takes precedence over the fakefullscreen client patch below.
* https://dwm.suckless.org/patches/fakefullscreen/ * 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 /* Similarly to the fakefullscreen patch this patch only allows clients to "fullscreen" into
* the space currently given to them. * 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 * Also see the selectivefakefullscreen option that adds a rule option to enabled this on client
* startup. * 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 /* 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 * It also allows the size and position of floating windows to be controlled similar to the