···1414hyprctl dispatch movetoworkspace "1,address:$kitty_addr"
15151616# Launch Brave → workspace 2
1717+# Wait for gnome-keyring-daemon to be ready (fixes keyring race condition and multiple keyring files at ~/.local/share/keyrings)
1818+while ! systemctl --user is-active --quiet gnome-keyring-daemon.service; do
1919+ sleep 0.2
2020+done
2121+# Give PAM an extra moment to unlock the keyring
2222+sleep 1
1723brave --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 &
1824while [ -z "$brave_addr" ]; do
1925 sleep 0.5