fixed dwm
This commit is contained in:
parent
056a201ce8
commit
3f88de4555
10 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue