Browse Source

yet another consistency fix of dwm

master
Anselm R. Garbe 19 years ago
parent
commit
6ba400ee0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      view.c

+ 1
- 1
view.c View File

@ -207,7 +207,7 @@ restack(void) {
void void
togglefloat(Arg *arg) { togglefloat(Arg *arg) {
if (!sel || arrange == dofloat) if(!sel || arrange == dofloat)
return; return;
sel->isfloat = !sel->isfloat; sel->isfloat = !sel->isfloat;
arrange(); arrange();


|||||||
x
 
000:0
Loading…
Cancel
Save