x: launch exwm as a subprocess of ssh-agent
authorAmin Bandali <mab@gnu.org>
Sun, 26 Jan 2020 01:27:53 +0000 (20:27 -0500)
committerAmin Bandali <mab@gnu.org>
Sun, 26 Jan 2020 01:27:53 +0000 (20:27 -0500)
.xsession

index dbea518..158dcf4 100755 (executable)
--- 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