sddm updates

This commit is contained in:
Stephan Raabe
2023-12-20 20:55:30 +01:00
parent e015bd5cac
commit 9033dbf59b
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,6 @@
# Disable display manager
# ------------------------------------------------------
disman=0
profile="Hyprland"
echo -e "${GREEN}"
cat <<"EOF"
____ _ _ __ __
@@ -26,6 +25,7 @@ fi
if [[ $profile == *"Qtile"* ]]; then
if [ -f /usr/share/wayland-sessions/qtile-wayland.desktop ]; then
sudo mv /usr/share/wayland-sessions/qtile-wayland.desktop /usr/share/wayland-sessions/qtile-wayland.bak
echo "Qtile Wayland Session removed."
fi
echo "PLEASE NOTE: Qtile works with Display Managers."
echo "But if you want to use the tty based (terminal) login instead, you can disable the display manager now."