diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-25 20:27:53 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-25 20:27:53 -0500 |
commit | 3d4e9a4f9877bf39b90aa0204d18e8b61416882d (patch) | |
tree | 76921f741168ec1a87cb239a1f447fd27327f00d | |
parent | f545a046fc7d23f713ac2cf85343cd3b31480e82 (diff) | |
download | configs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.tar.gz configs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.tar.xz configs-3d4e9a4f9877bf39b90aa0204d18e8b61416882d.zip |
x: launch exwm as a subprocess of ssh-agent
-rwxr-xr-x | .xsession | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |