Update xinitrc
This commit is contained in:
parent
89a4c3b757
commit
2eda63fd1d
@ -55,7 +55,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$failsafe" ]; then
|
if [ -n "$failsafe" ]; then
|
||||||
exec dbus-launch --exit-with-session dwm
|
export XDG_SESSION_TYPE=x11
|
||||||
|
exec dbus-launch --exit-with-session xmonad
|
||||||
else
|
else
|
||||||
exec $command
|
exec $command
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user