clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

fix keyring problem

sspaeti dcd75629 21b9a97f

+2 -4
+1 -3
hypr/.config/hypr/sspaeti/autostart-apps.sh
··· 18 18 while ! systemctl --user is-active --quiet gnome-keyring-daemon.service; do 19 19 sleep 0.2 20 20 done 21 - # Give PAM an extra moment to unlock the keyring 22 - sleep 1 23 - brave --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 & 21 + brave --password-store=basic --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 & 24 22 while [ -z "$brave_addr" ]; do 25 23 sleep 0.5 26 24 brave_addr=$(hyprctl clients -j | jq -r '.[] | select(.class == "brave-browser") | .address')
+1 -1
linux_applications/.local/share/applications/brave-browser.desktop
··· 2 2 Version=1.0 3 3 Name=Brave 4 4 Comment=Access the Internet 5 - Exec=brave --force-device-scale-factor=1.0 %U 5 + Exec=brave --password-store=basic --force-device-scale-factor=1.0 %U 6 6 Terminal=false 7 7 Type=Application 8 8 Icon=/home/sspaeti/.local/share/applications/icons/brave.png