summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index d9e77c1..9bc968a 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -20,6 +20,9 @@ autocutsel -selection PRIMARY -fork &
xset -dpms
xset s off
+# SSH agent
+eval $(ssh-agent)
+
# Programs to start
nm-applet &
dropbox &