Hyprland-dotfiles/.install/qtile-packages.sh
Stephan Raabe a6349ec522 Updates
2024-01-17 16:06:08 +01:00

17 lines
203 B
Bash

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