From: R. Steve McKown Date: Sun, 22 Nov 2015 07:52:45 +0000 (-0700) Subject: dwmrc: no longer call ssh-add X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=d8eff35e4f22bee2127931f32b1a03fa429b7662 dwmrc: no longer call ssh-add 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. --- diff --git a/dwmrc b/dwmrc index fae0c26..7a97871 100755 --- 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