fixed dwm

This commit is contained in:
Charlie Root 2024-04-14 14:35:10 +02:00
commit 3f88de4555
10 changed files with 11 additions and 6 deletions

View file

@ -1740,7 +1740,7 @@ void
togglefullscr(const Arg *arg)
{
if(selmon->sel)
setfullscreen(selmon->sel, !selmon->sel>isfullscreen);
setfullscreen(selmon->sel, !selmon->sel->isfullscreen);
}
void