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

View File

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