Closed vpzomtrrfrt closed 2 months ago
Yeah, seems reasonable. Just a few details:
2. River has tags instead of workspaces, and several tags can be active at the same time. What to do in these cases?
you could shift them all together too. On dwm I use this patch, which deals with that problem (by just shifting everything)
looks like scroll down for right, up for left
Alright.
you could shift them all together too
That's the easiest option a guess, and a sensible one too. Not sure about the wrapping around tag 9, river has 32 tags after all. I will probably not implement wrapping at all.
Not sure about the wrapping around tag 9, river has 32 tags after all.
maybe limit it to the max_tags
, or a different config option to limit the number to. But I think this would just be useful for the visible tags on the bar, and not the ones you don't see
Implemented in dbcaa19. On river it shifts the tags until only one is focused (either the 1st or 32nd).
Another feature I'm missing from sway, it would be nice to be able to switch between workspaces with the scroll wheel