Run $XDG_CONFIG_HOME/sxmo/xinit if it exists on starting X
This commit is contained in:
parent
6a432b305b
commit
8015d49b03
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ autocutsel &
|
||||||
autocutsel -selection PRIMARY &
|
autocutsel -selection PRIMARY &
|
||||||
sxmo_statusbar.sh &
|
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
|
# Startup dbus, dunst in dbus path, lisgd in dbus path, and finally dwm
|
||||||
exec dbus-run-session sh -c "
|
exec dbus-run-session sh -c "
|
||||||
dunst -conf /usr/share/sxmo/dunst.conf &
|
dunst -conf /usr/share/sxmo/dunst.conf &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue