feature request: cycle view stack
I'd the like the big window to always have focus and be able to cycle what's in the windows. Thank you.
With exactly three windows, this works (though visually flickery):
riverctl map normal Mod4 C spawn 'for i in $(seq 2); do riverctl swap next; done; riverctl focus-view next'
Is there a way to get the number of windows?
Is there a way to get the number of windows?
Yes, with the river-status protocol.
Or there is view count in the layout protocol too
Is that something I can do with riverctl or some other way on command line?
You would need to write a client with those protocols to do this, I don't think there is one already