-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sort by recently used Windows #5
Comments
I'm not entirely sure if Hyprland has the capability to return a list of recently visited windows, i'll get back to you once I've gathered more information on this. |
Thank you. If this information is not provided by hyprland itself, then it would be a good escape to just use the windowswitcher’s most-recently-used order. Thank you for this useful app! |
This comment has been minimized.
This comment has been minimized.
I would desperately need this functionality. |
The last property in |
The problem with implementing this feature is that |
Seems that you are working on this option, which I really appreciate. Thank you. The role model is of course the option ’Ctrl+Tab cycles through tabs in recently used order’ in firefox, |
adding args to allow for sorting by recent windows (#5)
sorting by recently used windows is now supported, but using it will just cycle through the current and last used window, as the order of focused windows changes on first execution |
@aloispichler there might be the a better solution available when running in daemon-mode. (the --offset option and daemon/gui mode will be available in the next release) |
added Sort by recently used Windows (#5)
Seems to be some excellent work which I will try soon. Look forward to seeing the Arch package! |
added in latest release |
I was working with your app today. Nice experience, indeed! Thank you. I used the AUR-version.
All three points above are the default behavior of |
adding a |
If i understand this correctly you currently use the GUI Config. |
Could you provide the part of your hyprland config that calls hyprswitch? |
I use:
|
This config is intended to be used if you want to click on the windows in the GUI If you want to want a config with more default keyboard shortcuts you could try the GUI + Keyboard Config. (GIU + Keyboard uses the GUI to visualise what window has which offset and what window would be released in Exit, whereas the GUI Config should function more like the window Overview of Gnome/Windows/etc.) If you just want to be able to hold down the $key key to continue switching windows without pressing the $modifier key every time you, should use |
Aaaah, yes indeed, amazing! |
Could you try to try to give more detailed explanation on what you did, what happened and what you expected to happen (maybe in a new issue?) |
Instead of sorting, is it possible to toggle along the history of activated windows (back, and forward); that is, in most-recently-used order?
This is actually the default behavior in most other alttabs (cf. https://github.com/sagb/alttab).
The text was updated successfully, but these errors were encountered: