Updates
This commit is contained in:
parent
dcadc82c44
commit
2887aad31b
@ -16,17 +16,11 @@ EOF
|
||||
echo -e "${NONE}"
|
||||
echo "An active display manager has been dedected."
|
||||
echo ""
|
||||
if [ $profile == "Hyprland" ]; then
|
||||
if [[ $profile == *"Hyprland"* ]]; then
|
||||
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
|
||||
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."
|
||||
fi
|
||||
if [ $profile == "All" ]; then
|
||||
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."
|
||||
if [[ $profile == *"Qtile"* ]]; then
|
||||
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."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user