From e31de313e47b331b7847266806306ef105accad6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 7 Jul 2023 10:46:21 +0200 Subject: [PATCH] remove gnome --- dot_zprofile | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_zprofile b/dot_zprofile index 45235e4..da7d3b6 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -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