-
Notifications
You must be signed in to change notification settings - Fork 10
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
Multiple windows awareness? #10
Comments
I will probably use the default one but might change to other later. |
Hey @tmpm697, thanks a lot for the feature request. I agree with you that it would make sense for it to switch between windows in the same workspace as well. Unfortunately, I do not use Sway as my daily driver anymore and do not have the bandwidth to work on this right now. Another user mentioned swayr which provides more features, and might suffice for this use case. If you are keen on extending this daemon itself, patches are more than welcome! |
Haven't tried If that, it's not what I want, I want a dedicate window switcher only and should only for current focused workspace. Because if we have to bring down a menu, I think the role of window switcher is disappeared as I want to just immediately loop through windows to get window I want, I barely use more than couple of windows. A menu wouldn't fit my use-case. Check more here |
Tried swayr and it's pretty good, switch windows seems immediately. But pc stuck at first start (no idea if it's swayr or not) and I had to reboot the pc. |
But swayr seems to have weird behavior as |
I use default
sway-alttab
as I have this in sway/config:The default behavior of
sway-alttab
seems to switchworkspace
if there's only one focused window in a workspace.But
sway-alttab
can't aware if there's more than one window in a workspace.For example:
The reason for this I think
sway-alttab
keep track of last focused window in current and previous workspace. This seems to handy but what if I wantsway-alttab
to switch between windows immediately if there're more than one windows in a workspace?So if we can choose between two behaviors would be ideal.
The text was updated successfully, but these errors were encountered: