gnome-keyring now ships with user service

This commit is contained in:
theanonymousexyz 2022-05-22 20:36:35 +02:00
parent 87c58a8766
commit b831bdfe69
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
if [[ $(uname -o) == "GNU/Linux" ]] && [[ $(lsb_release -si) == "Artix" ]] && [[ $(tty) == "/dev/tty1" ]]; then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
export XDG_CURRENT_DESKTOP="Unity"
export GTK_USE_PORTAL=1
export QT_QPA_PLATFORM="wayland"