From 25a866b2db4f5598902d9a2fbd0f17394cf3a70d Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Tue, 20 May 2025 06:52:14 -0400 Subject: [PATCH] Update 01-hypr-pkgs.sh add USWM Needed to support default Hyprland-UWSM session It should be a Hyprland dependency but until it is we have to add it in ourselves --- install-scripts/01-hypr-pkgs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index a2f651e..c59f144 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -42,6 +42,7 @@ hypr_package=( swaync swww unzip # needed later + uwsm # needed for login wallust waybar wget @@ -124,4 +125,4 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do install_package "$PKG1" "$LOG" done -printf "\n%.0s" {1..2} \ No newline at end of file +printf "\n%.0s" {1..2}