hyprland-dotfiles/.install/qtile-packages.sh

16 lines
191 B
Bash
Raw Normal View History

2023-11-10 21:12:15 +00:00
packagesPacman=(
"qtile"
"picom"
"scrot"
"slock"
2023-12-05 08:51:11 +00:00
"xorg"
2023-11-26 11:00:17 +00:00
"xorg-xinit"
2024-01-06 12:31:16 +00:00
"nitrogen"
"python-dbus-next"
"python-iwlib"
2023-11-10 21:12:15 +00:00
);
packagesYay=(
"qtile-extras"
2023-11-24 08:17:32 +00:00
);