-
Notifications
You must be signed in to change notification settings - Fork 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
Add support for hiding empty workspaces between used workspaces #7
Comments
Yeah definitely. How would you imagine the other screen space being used? Transparency? |
Do you mean the empty workspaces between used ones? Maybe just not show them at all and only show workspaces that are being used. |
er, I mean more of "what do I put on the screen right there instead of the workspace". just the background color? |
Probably just don't put anything and move all non-empty workspaces after it one unit forward (that's how gnome does it). For example if workspace 1 and 3 are used, hyprtasking should display: For the empty part probably display a wallpaper like how empty workspaces are currently shown |
I mean once you get the background fixed up, or perhaps pulled from a .config/hyprtasking config file, you'd have a background for hyprtasking zoomout, and then you could just do what Daniel said, just omit the unused ones and sort the remaining workspaces chronologically (though you'll have to keep in mind multimonitor workspace binds too of course - perhaps using the vdesktop solution could potentially solve that trouble for multimonitor though?) |
Hey, I've just pushed a I also have plans to make another |
Thanks, this is working as expected. However if I want to view lots of workspaces on a linear view the workspaces need to be very small and it will be hard to drag windows between them. Is there also a way to make the workspace line scrollable? |
Given hyprexpo rn is hard crashing when I use the toggle feature to zoom back into a workspace, it almost feels like fate that I should shift it back to hyprtasking 😄 |
Yep, that should be a quick addition when I get to it |
Added scrolling 👍 |
I updated but scrolling scrolls the window I'm currently focused on instead of the workspace list. For more info, I scroll with touchpad and launch hyprtasking with fusuma's 3-finger swipe up. |
Hey, it should work with touchpad scrolling now. |
Just updated and it works |
Probably like most people switching from gnome, I don't care about workspace numbers and always put new windows to the right of the current workspace, so when I close all windows in a previous workspace I like that workspace to be completely hidden. The waybar workspaces module and hyprswitch both does this, but in hyprtasking all the empty workspaces will be shown which wastes a lot of screen space. Can you add an option in the config to hide all empty workspaces?
This is how hyprswitch looks like with workspace 1 and 3 used but 2 empty:
The text was updated successfully, but these errors were encountered: