Browse Source

applied nsz' remark

master
a@null 15 years ago
parent
commit
1a26389e2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) {
return;
mask = sel->tags ^ (arg->ui & TAGMASK);
if(sel && mask) {
if(mask) {
sel->tags = mask;
arrange();
}


Loading…
Cancel
Save