diff --git a/dotfiles/config/systemd/user/copyq.service b/dotfiles/config/systemd/user/copyq.service new file mode 100644 index 00000000..7fdc63fb --- /dev/null +++ b/dotfiles/config/systemd/user/copyq.service @@ -0,0 +1,10 @@ +[Unit] +Description=CopyQ + +[Service] +Type=simple +ExecStart=/usr/bin/copyq +ExecStop=/usr/bin/pkill copyq + +[Install] +WantedBy=graphical.target diff --git a/dotfiles/config/systemd/user/screencloud.service b/dotfiles/config/systemd/user/screencloud.service new file mode 100644 index 00000000..5cefd12b --- /dev/null +++ b/dotfiles/config/systemd/user/screencloud.service @@ -0,0 +1,10 @@ +[Unit] +Description=ScreenCloud + +[Service] +Type=simple +ExecStart=/usr/bin/screencloud +ExecStop=/usr/bin/pkill screencloud + +[Install] +WantedBy=graphical.target