clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix keyring error and creating multiple keyring file

sspaeti a138397c 859a5323

+6
+6
hypr/.config/hypr/sspaeti/autostart-apps.sh
··· 14 14 hyprctl dispatch movetoworkspace "1,address:$kitty_addr" 15 15 16 16 # Launch Brave → workspace 2 17 + # Wait for gnome-keyring-daemon to be ready (fixes keyring race condition and multiple keyring files at ~/.local/share/keyrings) 18 + while ! systemctl --user is-active --quiet gnome-keyring-daemon.service; do 19 + sleep 0.2 20 + done 21 + # Give PAM an extra moment to unlock the keyring 22 + sleep 1 17 23 brave --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 & 18 24 while [ -z "$brave_addr" ]; do 19 25 sleep 0.5