From f9408f852543d40eab01d22513dd422c92306542 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 25 Aug 2010 15:19:42 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_xinitrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 25e0e97..7206a4b 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -52,6 +52,11 @@ xhost +localhost # Set the mouse speed xset m 5 4 +# Launch ssh-agent-manager +if which ssh-agent-manager 2>&1 >/dev/null; then + eval `ssh-agent-manager -s` +fi + echo ".xinitrc is going to exec window manager..." # start the window manager -- 2.40.0