applied nsz' remark
This commit is contained in:
parent
bf9da23f07
commit
1a26389e2b
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -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…
Reference in a new issue