Always start keyring
This commit is contained in:
parent
18018a7c16
commit
8ac24fb0eb
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue