Update xinitrc

This commit is contained in:
jabuxas 2023-07-24 17:59:28 -03:00 committed by GitHub
parent 89a4c3b757
commit 2eda63fd1d

View File

@ -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