From 2eda63fd1d6d94046eb3e840028f802610008fc8 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Mon, 24 Jul 2023 17:59:28 -0300 Subject: [PATCH] Update xinitrc --- configs/xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/xinitrc b/configs/xinitrc index 9299b66..1991ee7 100644 --- a/configs/xinitrc +++ b/configs/xinitrc @@ -55,7 +55,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi if [ -n "$failsafe" ]; then - exec dbus-launch --exit-with-session dwm + export XDG_SESSION_TYPE=x11 + exec dbus-launch --exit-with-session xmonad else exec $command fi