This commit is contained in:
Stephan Raabe
2023-11-12 14:16:53 +01:00
parent 339d7b8411
commit 86dff9bf64
4 changed files with 34 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ EOF
echo "An active display manager has been dedected."
echo ""
if [ $profile == "Hyprland" ]; then
echo "IMPORTANT: Starting Hyprland from tty (terminal) with command Hyperland is recommended."
echo "IMPORTANT: Starting Hyprland from tty (terminal) with command Hyprland is recommended."
echo "Login with display managers could fail and could have negative side effects on some devices."
fi
if [ $profile == "Qtile" ]; then
@@ -25,7 +25,7 @@ EOF
echo "But if you want to use the tty based (terminal) login instead, you can disable the display manager now."
fi
if [ $profile == "All" ]; then
echo "IMPORTANT: Starting Hyprland from tty (terminal) with command Hyperland is recommended."
echo "IMPORTANT: Starting Hyprland from tty (terminal) with command Hyprland is recommended."
echo "Login with display managers could fail and could have negative side effects on some devices."
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."