Moved packages from 1-install.sh into 2-install-qtile.sh that are only Qtile related.

This commit is contained in:
Stephan Raabe
2023-09-08 12:24:12 +02:00
parent 3a2cdb4a0f
commit 55b5d4ed11
2 changed files with 3 additions and 4 deletions

View File

@@ -48,6 +48,9 @@ echo "-> Install main packages"
packagesPacman=(
"qtile"
"polybar"
"picom"
"scrot"
"slock"
);
# ------------------------------------------------------