Upgrading to 67d76b and removing alwaysfullscreen patch as it has been merged into mainstream dwm 6.2

This commit is contained in:
bakkeby
2021-03-29 19:33:05 +02:00
parent 72564eb394
commit 012d1f7639
4 changed files with 11 additions and 14 deletions

View File

@ -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.