yet another consistency fix of dwm
This commit is contained in:
parent
35e65ea640
commit
6ba400ee0f
1 changed files with 1 additions and 1 deletions
2
view.c
2
view.c
|
@ -207,7 +207,7 @@ restack(void) {
|
|||
|
||||
void
|
||||
togglefloat(Arg *arg) {
|
||||
if (!sel || arrange == dofloat)
|
||||
if(!sel || arrange == dofloat)
|
||||
return;
|
||||
sel->isfloat = !sel->isfloat;
|
||||
arrange();
|
||||
|
|
Loading…
Reference in a new issue