-
Notifications
You must be signed in to change notification settings - Fork 275
feat: add --next-active-workspace-on-monitor
and --prev-active-workspace-on-monitor
to focus
and move
commands
#990
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
Conversation
…kspace-in-monitor` to `focus` Also added `NextActiveInMonitor` and `PreviousActiveInMonitor` to `WorkspaceTarget`
Can also add the same option to |
Ay thanks for all these utility commands 🙏 They help fill in the gaps with the wm commands
Yeah good idea. Up to you whether you want to just include it in this PR or a new one afterwards 👍 |
--next-active-workspace-in-monitor
and --prev-active-workspace-in-monitor
to focus--next-active-workspace-in-monitor
and --prev-active-workspace-in-monitor
to focus
and move
--next-active-workspace-in-monitor
and --prev-active-workspace-in-monitor
to focus
and move
--next-active-workspace-on-monitor
and --prev-active-workspace-on-monitor
to focus
and move
commands
Perfect! Thank you 💜 |
…kspace-on-monitor` to `focus` and `move` commands (glzr-io#990) Closes glzr-io#938
🎉 This PR is included in version 3.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
close #938
Also added
NextActiveInMonitor
andPreviousActiveInMonitor
toWorkspaceTarget
and their respective implementations.