#SUPER + 0 stopped working
12 messages · Page 1 of 1 (latest)
same problem here
ping me when you get a fix for it
dunno why my thread got ignored 🥲
so it appears that super + 0 wasn't really intended since it doesn't appear to be in the help popup unlike the rest of the workspace binds, but it can be added back, it appears it was removed in a new default hyprland configuration.
if you add
bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10```
to ~/.config/hypr/bindings.conf then it should be back
looks like waybar doesn't know what to make of workspace 0 so if you want it to be "0" instead of a dot, add
"0": "0",
to ~/.config/waybar/config.jsonc where the rest of the workspace indicator symbols are
well one sec mine is still a dot after restarting, I'm gonna play around with that
oh wait I'm dumb
do "10": "0", instead probably
since it's workspace 10, not 0
much better
went ahead and made all mine visible while I was at it
Thanks man, worked