diff --git a/sway/.config/systemd/user/parrotd.service b/sway/.config/systemd/user/parrotd.service new file mode 100644 index 0000000..5922455 --- /dev/null +++ b/sway/.config/systemd/user/parrotd.service @@ -0,0 +1,11 @@ +[Unit] +Description=Parrot Partying Service +BindsTo=sway-session.target + +[Service] +# Should be compiled and moved to ~/.local/bin/ +ExecStart=%h/.local/bin/parrotd +KillMode=process + +[Install] +WantedBy=sway-session.target