summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rwxr-xr-xx11/.xinitrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/.xinitrc b/x11/.xinitrc
index 06f9be6..4972db3 100755
--- a/x11/.xinitrc
+++ b/x11/.xinitrc
@@ -15,6 +15,9 @@ fi
redshift -l 51.1180:4.0012 &
unclutter &
+eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
+export GPG_AGENT_INFO SSH_AUTH_SOCK
+
case $_hostname in
drd)
# feh --bg-tile ~/pictures/wallpaper-2311191.png
@@ -31,8 +34,6 @@ case $_hostname in
# exec i3
;;
phoenix)
- eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
- export GPG_AGENT_INFO SSH_AUTH_SOCK
exec awesome
;;
esac