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
This commit is contained in:
@@ -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}
|
||||
printf "\n%.0s" {1..2}
|
||||
|
||||
Reference in New Issue
Block a user