summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-25 20:27:53 -0500
committerAmin Bandali <mab@gnu.org>2020-01-25 20:27:53 -0500
commit3d4e9a4f9877bf39b90aa0204d18e8b61416882d (patch)
tree76921f741168ec1a87cb239a1f447fd27327f00d
parentf545a046fc7d23f713ac2cf85343cd3b31480e82 (diff)
downloadconfigs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.tar.gz
configs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.tar.xz
configs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.zip
x: launch exwm as a subprocess of ssh-agent
-rwxr-xr-x.xsession2
1 files changed, 1 insertions, 1 deletions
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