-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
[hyprland/workspaces] special-only option? #3846
Comments
Try to replace line 3 of hyprland/workspaces#special to
|
Sorry it took me so long to check back in. Holidays and all. After adjusting as you recommended it didn't seem to have stopped the problem from appearing, it did however hide all of the special workspaces. The extra module is still showing at least current normal workspace at all times. Thank you though! |
I also had the problem with it showing the current normal workspace at all times. You could try to use
It might be 0-9 or 0-8 |
No problem! The css will be a bit annoying, but not too hard. I hope all of your problems are fixed. You can now close this repo ( I cannot do this ) |
Closed |
Hi,
Here is what I am trying to accomplish. Have two hyprland/workspace modules, one displaying normal workspaces only and one displaying special workspaces only. Similarly to sway/workspaces and sway/scratchpad separation.
I have managed to do that somewhat using this code below. However, I have run into and issue that my second module is always displaying current active normal workspace number. I have somewhat managed to hide it with
"default": "",
line. But it creates an artificial gap that looks wrong.Is there any current solution to this? I've searched for similar issues, however, it seems I am the only lunatic who wants this to work in such a way.
Thanks
The text was updated successfully, but these errors were encountered: