From 5a3895682da3b1c680d0b5f4bf70633e710c9bf5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 17 Jul 2025 20:45:44 +0900 Subject: [PATCH] added to ran quickshell on qs script --- install-scripts/quickshell.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-scripts/quickshell.sh b/install-scripts/quickshell.sh index 2291abb..30a3bb2 100755 --- a/install-scripts/quickshell.sh +++ b/install-scripts/quickshell.sh @@ -35,4 +35,7 @@ for PKG1 in "${quick[@]}"; do install_package "$PKG1" "$LOG" done +# starting quickshell so KooL Hyprland Dots Quickshell config can be copied +qs || true + printf "\n%.0s" {1..1} \ No newline at end of file