Skip to content

Next workspace 2 improvements #2

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

Open
wants to merge 8 commits into
base: rsgowman/next_workspace_2
Choose a base branch
from

Conversation

jtaala
Copy link

@jtaala jtaala commented Sep 22, 2022

Love your work here!

This pull request adds two improvements to workspace switching (between workspaces of the same number, e.g. 1a, 1b, etc.).

  • with identically numbered workspaces, for example 2a, 2b, 2c, repeatedly calling workspace 2 (e.g. with a bindsym etc.) will iterate through (from left-to-right) workspaces 2a -> 2b -> 2c;

  • the last activated workspace of identically numbered workspaces (e.g. 2a, 2b, 2c) will be remembered and prioritised when switching from another workspace number.

rsgowman and others added 6 commits October 11, 2021 23:01
eg if you have workspaces: { 1, 2:a, 2:b, 3 } and are on workspace 1,
then 'workspace next' should traverse 1 -> 2:a -> 2:b -> 3 -> 1 instead
of 1 -> 2:a -> 3 -> 1.
…) will now iterate through other

workspaces with the same number (e.g. 1a, 1b, 1c).
… 1c, etc) switching to it by number will switch to the last activated workspace for that number.
clicking on a workspace now sets the last one for that workspace group).
@orestisfl orestisfl force-pushed the rsgowman/next_workspace_2 branch from 597b9d3 to 7ac81a7 Compare February 6, 2024 18:58
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.

2 participants