From: Amin Bandali Date: Sun, 26 Jan 2020 01:27:53 +0000 (-0500) Subject: x: launch exwm as a subprocess of ssh-agent X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/3d4e9a4f9877bf39b90aa0204d18e8b61416882d x: launch exwm as a subprocess of ssh-agent --- diff --git a/.xsession b/.xsession index dbea518..158dcf4 100755 --- a/.xsession +++ b/.xsession @@ -8,4 +8,4 @@ fi [ -x "$(command -v nm-applet)" ] && nm-applet & [ -x "$(command -v compton)" ] && compton & [ -x "$(command -v dunst)" ] && dunst & -[ -x "$(command -v emacs)" ] && exec exwm -ib 0 +[ -x "$(command -v emacs)" ] && exec ssh-agent exwm -ib 0