mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
added swaync systemctl setup
This commit is contained in:
parent
3985a19991
commit
aff3c33892
1 changed files with 3 additions and 0 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue