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

@ -7,10 +7,10 @@ focusstack(const Arg *arg)
if (i < 0)
return;
#if ALWAYSFULLSCREEN_PATCH
#if !LOSEFULLSCREEN_PATCH
if (!selmon->sel || selmon->sel->isfullscreen)
return;
#endif // ALWAYSFULLSCREEN_PATCH
#endif // LOSEFULLSCREEN_PATCH
#if BAR_WINTITLEACTIONS_PATCH
for (p = NULL, c = selmon->clients; c && (i || !ISVISIBLE(c) || HIDDEN(c));