From aff3c338922563e86ca2c22d7f7c26bb3147e933 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 14 Jan 2026 10:54:04 +0000 Subject: [PATCH] added swaync systemctl setup --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 3626356..b804936 100755 --- a/install.sh +++ b/install.sh @@ -175,6 +175,9 @@ if [ "$family" = "arch" ]; then sudo systemctl set-default graphical.target bash -c "$(curl -fsSL https://raw.githubusercontent.com/keyitdev/sddm-astronaut-theme/master/setup.sh)" || echo "SDDM theme setup failed, skipped." + echo "Setting up swaync..." + systemctl --user enable --now swaync.service + mkdir -p ~/.config shopt -s nullglob dotglob echo "Copying $script_dir/.config/* to ~/.config/"