Hyprland-dotfiles/.install/hyprland-packages.sh
Stephan Raabe bd8fdde4d3 Updates
2023-12-27 23:19:24 +01:00

18 lines
240 B
Bash

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