]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
dwmrc: ssh-add
authorR. Steve McKown <rsmckown@gmail.com>
Sun, 14 Jun 2015 06:51:51 +0000 (00:51 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sun, 14 Jun 2015 07:05:46 +0000 (01:05 -0600)
dwmrc

diff --git a/dwmrc b/dwmrc
index aed08e11b4ddad9fe71f64f739d702cfd95a59a1..0b74a861508f6b84442ec268afc99da733c7cb83 100755 (executable)
--- a/dwmrc
+++ b/dwmrc
@@ -41,4 +41,8 @@ pgrep -x xfce4-power-manager || xfce4-power-manager &
 pgrep -x pidgin || pidgin &
 pgrep dwm-i3status || dwm-i3status &
 
+# Get ssh-add out of the way.  The ssh-askpass-fullscreen pkg provides a bit
+# nicer ssh-askpass than the default X11 version.
+SSH_ASKPASS=/usr/bin/ssh-askpass ssh-add &
+
 exec dwm.custom