-
-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cycle through visible windows regardless of workspace #6678
Comments
looks interesting to try |
I have a script for that:
You can use it with keybindings for simple "next window" motion and in "menu" mode. You need jq for json parsing and some menu (fuzzel in my case) if you want to use the menu variant. Otoh, native implementation (at least for the next/prev) would be nice :) |
I'm on the road right now and haven't been able to debug multiple monitors for probably a week. @offsetcyan @dpredovic could you please check if it works as intended? #6695 |
Sorry for the delay. I've tried it and the |
Description
The
cyclenext
dispatcher gives the user the ability to change focus to another window in the same workspace. A user may however have multiple monitors, with multiple workspaces, each containing visible windows that the user would like to cycle between. Therefore a dispatcher that cycles focus to the next visible window regardless of workspace (cyclenextvisible
perhaps) would provide useful functionality, allowing a user to cycle between windows that might otherwise require moving to use the mouse and returning to the keyboard.The text was updated successfully, but these errors were encountered: