]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
dwmrc: no longer call ssh-add
authorR. Steve McKown <rsmckown@gmail.com>
Sun, 22 Nov 2015 07:52:45 +0000 (00:52 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Sun, 22 Nov 2015 07:52:45 +0000 (00:52 -0700)
Using gpg auth key as ssh key via gpgkey2ssh.  System launches gpg-agent
with ssh support enabled (no ssh-agent).  No need for ssh-add.

dwmrc

diff --git a/dwmrc b/dwmrc
index fae0c26fb299f663568ec52317c152e66a4a0db7..7a9787141779f36c715ea252c35fe837ccf7fe99 100755 (executable)
--- a/dwmrc
+++ b/dwmrc
@@ -40,10 +40,6 @@ 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 &
-
 # DWM has bindings for screen captures that expects ~/screenshots/ to exist.
 mkdir -p ~/screenshots