From 3d4e9a4f9877bf39b90aa0204d18e8b61416882d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Jan 2020 20:27:53 -0500 Subject: [PATCH] x: launch exwm as a subprocess of ssh-agent --- .xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1