Update: awesomebar patch

This commit is contained in:
speediegq 2022-09-17 01:40:49 +02:00
parent bcfbc2e218
commit 37164abc95

View file

@ -2103,8 +2103,8 @@ focusstack(int inc, int hid)
{
Client *c = NULL, *i;
if (!selmon->sel && !hid)
return;
if ((!selmon->sel && !hid) || (selmon->sel && selmon->sel->isfullscreen && lockfullscreen))
return;
if (!selmon->clients)
return;