-
-
Notifications
You must be signed in to change notification settings - Fork 904
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: dispatchers, add hidespecialworkspace #6862
base: main
Are you sure you want to change the base?
Conversation
Hide as in, don't show the special workspace anymore or hide as in, make it inaccessible? |
Hide as in don't show it anymore |
i think it would make more sense to add an arg to |
mightyplaza is right on both fronts |
Yeah I agree, that's what confused me a bit... The Also I can't think of a case where anyone would need to just close the special workspace instead of toggling it... |
for me the use case is to hide the currently visible special workspace, |
Always hiding the special workspace would be useful for making it so that when you switch to a workspace the special workspace always hides I currently use this bound to every single workspace hotkey for this and it'd certainly simplify that hyprctl monitors -j | jaq -r '.[] | select(.focused == true) | .specialWorkspace.name' | sd 'special:' '' | xargs -I [] hyprctl dispatch togglespecialworkspace [] |
1184395
to
b16fb97
Compare
Describe your PR, what does it fix/add?
Adds a dispatcher
hidespecialworkspace
that hides the current special workspaceIs there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
I don't think so
Is it ready for merging, or does it need work?
I think it's ready for merging