diff options
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |