Add Telescope-style window picker with SUPER-TAB binding #221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am not so organized in where I place my windows on workspaces.
I open a window in the workspace I happen to be on, and not e.g. "The browser is always on workspace 2".
This can make it hard to find a specific window when you have many open.
This PR aims to help this problem, but adding a window picker / window switcher on SUPER-TAB.
This uses hyprctl and wofi to display a list of open window
you can quickly navigate to using the keyboard. This is great
if you don't know exactly which workspace your window is on.
Future improvements could be allowing closing windows directly from the window menu - but wofi does not support
per-row keybindings are custom actions and would probably require a custom menu system or a different tool.