summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dwm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 2f1b0a7..f82a8b1 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2634,6 +2634,10 @@ sendmon(Client *c, Monitor *m)
focus(NULL);
arrange(NULL);
#endif // EXRESIZE_PATCH
+ #if SWITCHTAG_PATCH
+ if (c->switchtag)
+ c->switchtag = 0;
+ #endif // SWITCHTAG_PATCH
}
void