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

14 lines
148 B
Bash

packagesPacman=(
"qtile"
"polybar"
"picom"
"scrot"
"slock"
"xorg"
"xorg-xinit"
);
packagesYay=(
"qtile-extras"
);