added swaync systemctl setup

This commit is contained in:
ClovertaTheTrilobita 2026-01-14 10:54:04 +00:00
parent 3985a19991
commit aff3c33892

View file

@ -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/"