Browse Source

togglefloat should only work in dotile mode (thanks to Sander for this hint)

master
arg@mig29 18 years ago
parent
commit
3aff96177c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      view.c

+ 1
- 1
view.c View File

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


Loading…
Cancel
Save