chore: don't use systemd to start swaync and waybar to get restart support

This commit is contained in:
oddlama 2024-06-20 17:46:19 +02:00
parent a0e50ce0e9
commit c5a4bfa5f2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 33 additions and 2 deletions

View file

@ -86,4 +86,7 @@
)
+ (builtins.readFile ./swaync-style.css);
};
# Started via hyprland to ensure it restarts properly with hyprland
systemd.user.services.swaync.Install.WantedBy = lib.mkForce [];
}