diff --git a/dotfiles/config/systemd/user/chromix-too.service b/dotfiles/config/systemd/user/chromix-too.service new file mode 100644 index 00000000..b4f734bd --- /dev/null +++ b/dotfiles/config/systemd/user/chromix-too.service @@ -0,0 +1,12 @@ +[Unit] +Description=chromix-too +Wants=taffybar.service +After=taffybar.service + +[Service] +Type=simple +ExecStart=/usr/bin/env chromix-too-server +ExecStop=/usr/bin/pkill chromix-too + +[Install] +WantedBy=wm.target