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 | ||
Unnamed repository; edit this file 'description' to name the repository. | Olivia Mackintosh <livvy@base.nu> |
aboutsummaryrefslogtreecommitdiffstats |
-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(); } |