From d8eff35e4f22bee2127931f32b1a03fa429b7662 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 22 Nov 2015 00:52:45 -0700 Subject: [PATCH] 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. --- dwmrc | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.2