remove gnome

This commit is contained in:
Simon Rieger 2023-07-07 10:46:21 +02:00
parent 1328e45004
commit e31de313e4

View file

@ -47,9 +47,6 @@ if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then
if [ "${autostartdesktop}" = "i3" ]; then
echo "exec i3" > ~/.xinitrc
startx
elif [ "${autostartdesktop}" = "steamos" ]; then
echo "exec steamos-session" > ~/.xinitrc
startx
elif [ "${autostartdesktop}" = "gnome" ]; then
MOZ_ENABLE_WAYLAND=1 QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session
else