Hyprland-dotfiles/.install/packages/qtile-packages.sh
Stephan Raabe cc5a6e7d4c Updates
2024-02-19 18:14:24 +01:00

18 lines
220 B
Bash

packagesPacman=(
"qtile"
"picom"
"scrot"
"slock"
"xorg"
"xorg-xinit"
"nitrogen"
"python-dbus-next"
"python-iwlib"
"xclip"
"xautolock"
);
packagesYay=(
"qtile-extras"
);