sway: Add parrotd

This commit is contained in:
Peter Cai 2022-11-20 22:56:51 -05:00
parent 68dec1615c
commit 5abfea77e4

View file

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