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

View File

@ -2,7 +2,6 @@
# Disable display manager # Disable display manager
# ------------------------------------------------------ # ------------------------------------------------------
disman=0 disman=0
profile="Hyprland"
echo -e "${GREEN}" echo -e "${GREEN}"
cat <<"EOF" cat <<"EOF"
____ _ _ __ __ ____ _ _ __ __
@ -26,6 +25,7 @@ fi
if [[ $profile == *"Qtile"* ]]; then if [[ $profile == *"Qtile"* ]]; then
if [ -f /usr/share/wayland-sessions/qtile-wayland.desktop ]; 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 sudo mv /usr/share/wayland-sessions/qtile-wayland.desktop /usr/share/wayland-sessions/qtile-wayland.bak
echo "Qtile Wayland Session removed."
fi fi
echo "PLEASE NOTE: Qtile works with Display Managers." 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." echo "But if you want to use the tty based (terminal) login instead, you can disable the display manager now."

View File

@ -44,7 +44,6 @@ packagesPacman=(
"brightnessctl" "brightnessctl"
"gum" "gum"
"man-pages" "man-pages"
"sddm"
); );
packagesYay=( packagesYay=(
@ -57,5 +56,6 @@ packagesYay=(
"wlogout" "wlogout"
"wlr-randr" "wlr-randr"
"pacseek" "pacseek"
"sddm-git"
"sddm-sugar-candy-git" "sddm-sugar-candy-git"
); );

View File

@ -18,4 +18,4 @@ profile=$(gum choose --no-limit --cursor-prefix "( ) " --selected-prefix "(x) "
if [ -z $profile ] ;then if [ -z $profile ] ;then
echo "No profile selected. Installation canceled." echo "No profile selected. Installation canceled."
exit exit
fi fi

View File

@ -48,7 +48,6 @@ packagesPacman=(
"xorg" "xorg"
"xorg-xinit" "xorg-xinit"
"man-pages" "man-pages"
"sddm"
); );
packagesYay=( packagesYay=(
@ -60,5 +59,6 @@ packagesYay=(
"qtile-extras" "qtile-extras"
"wlr-randr" "wlr-randr"
"pacseek" "pacseek"
"sddm-sugar-candy-git" "sddm-git"
"sddm-sugar-candy-git"
); );

View File

@ -8,11 +8,10 @@ Session=
# Username for autologin session # Username for autologin session
User= User=
[General] [General]
# Which display server should be used. # Which display server should be used.
# Valid values are: x11, x11-user, wayland. Wayland support is experimental # Valid values are: x11, x11-user, wayland. Wayland support is experimental
DisplayServer=wayland DisplayServer=x11
# Comma-separated list of environment variables to be set # Comma-separated list of environment variables to be set
GreeterEnvironment= GreeterEnvironment=