Open Iamnotagenius opened 1 year ago
yeah it's a mechanism to prevent stuck focus on LS-es. Wonder if I can make much with it without a bigger rewrite.
Seems to be fixed now (fdb7728) in case of switching workspaces. But this still occurs when I do movetoworkspace.
Steps to reproduce: Run
socat - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do echo "Recieved event: \"$line\""; done
in a shell, then switch workspaces a couple of times. Expected output:Actual output:
This is causing a weird behavior (for example window title not showing in waybar when last recieved message comes with an empty title). This does not occur when switching windows in the same workspace.