diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) { return; mask = sel->tags ^ (arg->ui & TAGMASK); - if(sel && mask) { + if(mask) { sel->tags = mask; arrange(); } |
index : dwm | ||
My fork of the suckless.org window manager | Bryson Steck |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | dwm.c | 2 |
@@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) { return; mask = sel->tags ^ (arg->ui & TAGMASK); - if(sel && mask) { + if(mask) { sel->tags = mask; arrange(); } |