Run $XDG_CONFIG_HOME/sxmo/xinit if it exists on starting X

This commit is contained in:
Miles Alan 2020-06-07 11:09:25 -05:00
parent 6a432b305b
commit 8015d49b03

View file

@ -24,6 +24,9 @@ autocutsel &
autocutsel -selection PRIMARY &
sxmo_statusbar.sh &
# Run user's custom xinit
[ -f "$XDG_CONFIG_HOME/sxmo/xinit" ] && "$XDG_CONFIG_HOME/sxmo/xinit"
# Startup dbus, dunst in dbus path, lisgd in dbus path, and finally dwm
exec dbus-run-session sh -c "
dunst -conf /usr/share/sxmo/dunst.conf &