projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f545a04
)
x: launch exwm as a subprocess of ssh-agent
author
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 01:27:53 +0000
(20:27 -0500)
committer
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 01:27:53 +0000
(20:27 -0500)
.xsession
patch
|
blob
|
blame
|
history
diff --git
a/.xsession
b/.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 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