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

feat: focus next/prev workspace by config order; add —next-active-workspace and —prev-active-workspace #783

Merged

Conversation

DreamMaoMao
Copy link
Contributor

@DreamMaoMao DreamMaoMao commented Oct 10, 2024

close #715

usage:

  - commands: ["focus --next-workspace"] 
    bindings: ["Lwin+Right"]
  - commands: ["focus --prev-workspace"] 
    bindings: ["Lwin+Left"]

  - commands: ["focus --next-active-workspace"] 
    bindings: ["Lwin+Right"]
  - commands: ["focus --prev-acitve-workspace"] 
    bindings: ["Lwin+Left"]

packages/wm/src/app_command.rs Outdated Show resolved Hide resolved
packages/wm/src/wm_state.rs Outdated Show resolved Hide resolved
packages/wm/src/wm_state.rs Outdated Show resolved Hide resolved
@lars-berger lars-berger changed the title feat: support switch workspace in the order specified in the configur… feat: focus next/prev workspace by config order; add —next-active-workspace and —prev-active-workspace Oct 14, 2024
@lars-berger lars-berger merged commit 8eb71b8 into glzr-io:main Oct 14, 2024
2 checks passed
@DreamMaoMao DreamMaoMao deleted the feat-config-order-switch-workspace branch October 18, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[Feature Request] Switch to the next workspace, not the next non-empty workspace
2 participants