From: R. Steve McKown Date: Sun, 14 Jun 2015 06:51:51 +0000 (-0600) Subject: dwmrc: ssh-add X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=9e7623e4fa7e3d3be0ce3ac2442ac1c9a1bd62bc dwmrc: ssh-add --- diff --git a/dwmrc b/dwmrc index aed08e1..0b74a86 100755 --- 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