diff --git a/vendor/stash.service b/vendor/stash.service new file mode 100644 index 0000000..1862c13 --- /dev/null +++ b/vendor/stash.service @@ -0,0 +1,13 @@ +[Unit] +Description=Wayland clipboard manager with fast persistent history and multi-media support +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +Type=simple +ExecStart=wl-paste --watch stash store +Restart=on-failure + +[Install] +WantedBy=graphical-session.target