diff --git a/.install/displaymanager.sh b/.install/displaymanager.sh index bfe89f2..eae8466 100755 --- a/.install/displaymanager.sh +++ b/.install/displaymanager.sh @@ -34,6 +34,10 @@ if [[ $profile == *"Qtile"* ]]; then fi if gum confirm "Do you want to enable/update to sddm?" ;then + + # Try to force the installation of sddm-git + yay -S sddm-git --ask 4 + if [ -f /etc/systemd/system/display-manager.service ]; then sudo rm /etc/systemd/system/display-manager.service fi diff --git a/.install/hyprland-packages.sh b/.install/hyprland-packages.sh index 17cfa5d..0ff357e 100644 --- a/.install/hyprland-packages.sh +++ b/.install/hyprland-packages.sh @@ -56,6 +56,5 @@ packagesYay=( "wlogout" "wlr-randr" "pacseek" - "sddm-git" "sddm-sugar-candy-git" ); diff --git a/.install/qtile-packages.sh b/.install/qtile-packages.sh index 0e8a0c2..6adf518 100644 --- a/.install/qtile-packages.sh +++ b/.install/qtile-packages.sh @@ -38,10 +38,6 @@ packagesPacman=( "picom" "scrot" "slock" - "grim" - "slurp" - "swappy" - "cliphist" "qalculate-gtk" "brightnessctl" "gum" @@ -55,10 +51,7 @@ packagesYay=( "pfetch" "bibata-cursor-theme" "trizen" - "swww" "qtile-extras" - "wlr-randr" "pacseek" - "sddm-git" "sddm-sugar-candy-git" );