aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 462b4da..da70ec7 100644
--- a/dwm.c
+++ b/dwm.c
@@ -449,6 +449,8 @@ comboview(const Arg *arg) {
if (combo) {
selmon->tagset[selmon->seltags] |= newtags;
} else {
+ /* https://www.reddit.com/r/suckless/comments/g1fxyn/making_pertag_and_combo_play_nicely_together/fnffllq/ */
+ view(arg); /* <---- dirty hack */
selmon->seltags ^= 1; /*toggle tagset*/
combo = 1;
if (newtags)