Closed luravoid closed 10 months ago
I am not entirely sure what you mean.
Are you referring specifically to receiving clients that are assigned to more than one tag?
Do you mean something like this perhaps?
_NET_ACTIVE_WINDOW
client message is received for client ALet's say I'm on tag 3, and I have program "obsidian" on tag 5. When I use xdotool search --name "obsidian" windowactivate it always toggles tag 1 and tag 5 instead of toggling tag 3 and tag 5
I see, in the line view(&((Arg) {.ui = c->mon->seltags | (1 << i)}));
we are passing c->mon->seltags
which is either 0 or 1.
It should have said c->mon->tagset[c->mon->seltags]
.
Works perfect. Thank you
When receiving a net active signal for programs with rule 2, only the client tag or client tag with the first tag gets focused, regardless of which tag I get the signal on. I tested this without any additional patches on clean dwm 6.4