Skip to content
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-focus: add --focused-output & --focused-workspace options #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laur89
Copy link

@laur89 laur89 commented Feb 23, 2022

  • these track window lists (and indices) per output and per workspace respectively.
    note this deviates from the as-is functionality, where there was only a single
    global window list. these new options essentially scope the alt-tabbing to specific
    areas.
  • existing options are backwards-compatible.

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

- these track window lists (and indices) per output and per workspace respectively.
  note this deviates from the as-is functionality, where there was only a single
  global window list. these new options essentially scope the alt-tabbing to specific
  areas.
- existing options are backwards-compatible.
@laur89 laur89 changed the title add --focused-output & --focused-workspace options cycle-focus: add --focused-output & --focused-workspace options Feb 23, 2022
@laur89
Copy link
Author

laur89 commented Feb 23, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant