altdesktop / i3ipc-python

🐍 An improved Python library to control i3wm and sway.
http://i3ipc-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
858 stars 108 forks source link

cycle-focus: add --focused-output & --focused-workspace options #191

Open laur89 opened 2 years ago

laur89 commented 2 years ago

If this is accepted, please see follow-up PR #193 that builds upon this one.

laur89 commented 2 years ago

I'd also make a case for deprecating existing --active-workspace functionality & replace with the new logic implemented by --focused-workspace; scoping (and remembering!) window lists per workspace as opposed to keeping a single global list is bound to be more useful.

What's your opinion on this @acrisci ?