sddm updates
This commit is contained in:
parent
e015bd5cac
commit
9033dbf59b
@ -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."
|
||||||
|
@ -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"
|
||||||
);
|
);
|
||||||
|
@ -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-git"
|
||||||
"sddm-sugar-candy-git"
|
"sddm-sugar-candy-git"
|
||||||
);
|
);
|
||||||
|
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user