projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A few tiny tweaks
[~bandali/configs]
/
.xsession
diff --git
a/.xsession
b/.xsession
index
15791ec
..
74e506d
100755
(executable)
--- a/
.xsession
+++ b/
.xsession
@@
-1,4
+1,3
@@
-[ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend &
-[ -x "$(command -v pasystray)" ] && pasystray &
-[ -x "$(command -v nm-applet)" ] && nm-applet &
-[ -x "$(command -v emacs)" ] && exec emacs -ib 0
+if [ -f "$HOME/.xinitrc" ]; then
+ . "$HOME/.xinitrc"
+fi