🔧 Updated XDG_SESSION_TYPE

This commit is contained in:
z3rOR0ne 2025-05-09 22:04:19 -07:00
parent eca4b6111d
commit fedb6a28ef

View file

@ -32,6 +32,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
# force XDG_SESSION_TYPE to be x11
export XDG_SESSION_TYPE=x11
# Start compositor # Start compositor
# picom blah blah ... # picom blah blah ...