sddm updates
This commit is contained in:
parent
e015bd5cac
commit
9033dbf59b
|
@ -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."
|
||||
|
|
|
@ -44,7 +44,6 @@ packagesPacman=(
|
|||
"brightnessctl"
|
||||
"gum"
|
||||
"man-pages"
|
||||
"sddm"
|
||||
);
|
||||
|
||||
packagesYay=(
|
||||
|
@ -57,5 +56,6 @@ packagesYay=(
|
|||
"wlogout"
|
||||
"wlr-randr"
|
||||
"pacseek"
|
||||
"sddm-git"
|
||||
"sddm-sugar-candy-git"
|
||||
);
|
||||
|
|
|
@ -18,4 +18,4 @@ profile=$(gum choose --no-limit --cursor-prefix "( ) " --selected-prefix "(x) "
|
|||
if [ -z $profile ] ;then
|
||||
echo "No profile selected. Installation canceled."
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -48,7 +48,6 @@ packagesPacman=(
|
|||
"xorg"
|
||||
"xorg-xinit"
|
||||
"man-pages"
|
||||
"sddm"
|
||||
);
|
||||
|
||||
packagesYay=(
|
||||
|
@ -60,5 +59,6 @@ packagesYay=(
|
|||
"qtile-extras"
|
||||
"wlr-randr"
|
||||
"pacseek"
|
||||
"sddm-sugar-candy-git"
|
||||
"sddm-git"
|
||||
"sddm-sugar-candy-git"
|
||||
);
|
||||
|
|
|
@ -8,11 +8,10 @@ Session=
|
|||
# Username for autologin session
|
||||
User=
|
||||
|
||||
|
||||
[General]
|
||||
# Which display server should be used.
|
||||
# Valid values are: x11, x11-user, wayland. Wayland support is experimental
|
||||
DisplayServer=wayland
|
||||
DisplayServer=x11
|
||||
|
||||
# Comma-separated list of environment variables to be set
|
||||
GreeterEnvironment=
|
||||
|
|
Loading…
Reference in New Issue
Block a user