aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index b8751cd..db1b2a6 100644
--- a/dwm.c
+++ b/dwm.c
@@ -3486,6 +3486,8 @@ winview(const Arg* arg){
if (!(c = wintoclient(win)))
return;
+ if ((c->tags & SPTAGMASK))
+ return;
a.ui = c->tags;
view(&a);
}