.xinitrc: Add compat for Debian-like Xsessions
This commit is contained in:
parent
c4b7db06a8
commit
c7190a2009
6
.xinitrc
6
.xinitrc
@ -32,5 +32,9 @@ if [ -x "$HOME/.config/conky/gen.sh" ]; then
|
|||||||
fi
|
fi
|
||||||
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
||||||
export FS_DIEONWM=true
|
export FS_DIEONWM=true
|
||||||
exec "$HOME/.firestarter/firestarter" -vvv | tee .firestarter.log
|
export STARTUP="$HOME/.firestarter/firestarter"
|
||||||
|
fi
|
||||||
|
# We'd rather let the system-wide Xsession handle this
|
||||||
|
if ! [ -f "/etc/X11/Xsession.d/99x11-common_start" ]; then
|
||||||
|
exec $STARTUP
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user