summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-03-29 19:33:05 +0200
committerbakkeby <[email protected]>2021-03-29 19:33:05 +0200
commit012d1f76392968584fe9e2c1b4b385a341d51883 (patch)
treeeabd036903ed00a2941ecf7fba228254f5957ad1 /patches.def.h
parent72564eb39478c52745b6f8927de516dd2af52b97 (diff)
downloaddwm-flexipatch-012d1f76392968584fe9e2c1b4b385a341d51883.tar.gz
dwm-flexipatch-012d1f76392968584fe9e2c1b4b385a341d51883.zip
Upgrading to 67d76b and removing alwaysfullscreen patch as it has been merged into mainstream dwm 6.2
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/patches.def.h b/patches.def.h
index f0e1e4b..69b2d7c 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -346,12 +346,6 @@
*/
#define ASPECTRESIZE_PATCH 0
-/* This patch prevents the focus to drift from the active fullscreen client when
- * using focusstack().
- * https://dwm.suckless.org/patches/alwaysfullscreen/
- */
-#define ALWAYSFULLSCREEN_PATCH 0
-
/* This patch adds new clients above the selected client, instead of always
* becoming the new master. This behaviour is known from Xmonad.
* This patch takes precedence over ATTACHASIDE_PATCH.