Feat: moved all the startup script to systemd services

This commit is contained in:
2026-05-31 15:20:26 +05:30
parent a61cc65725
commit 6695e8192b
18 changed files with 148 additions and 41 deletions
+8
View File
@@ -0,0 +1,8 @@
[Unit]
Description=Set Background (%i)
[Service]
Type=simple
ExecStartPre=-/usr/bin/pkill -x swaybg
ExecStart=/usr/sbin/swaybg -i %h/.config/wall/%i -m fill
Restart=on-failure