Hyprland-dotfiles/.install/hyprland-packages.sh
2024-01-11 08:26:11 +01:00

16 lines
208 B
Bash

packagesPacman=(
"xdg-desktop-portal-hyprland"
"waybar"
"grim"
"slurp"
"swayidle"
"swappy"
"cliphist"
);
packagesYay=(
"swww"
"swaylock-effects-git"
"wlogout"
);