Always start keyring

This commit is contained in:
Tom Willemse 2014-09-23 17:07:48 +02:00
parent 18018a7c16
commit 8ac24fb0eb

View file

@ -15,6 +15,9 @@ fi
redshift -l 51.1180:4.0012 & redshift -l 51.1180:4.0012 &
unclutter & unclutter &
eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
export GPG_AGENT_INFO SSH_AUTH_SOCK
case $_hostname in case $_hostname in
drd) drd)
# feh --bg-tile ~/pictures/wallpaper-2311191.png # feh --bg-tile ~/pictures/wallpaper-2311191.png
@ -31,8 +34,6 @@ case $_hostname in
# exec i3 # exec i3
;; ;;
phoenix) phoenix)
eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
export GPG_AGENT_INFO SSH_AUTH_SOCK
exec awesome exec awesome
;; ;;
esac esac