diff --git a/wl-clipsync.service b/wl-clipsync.service new file mode 100644 index 0000000..ae9bb60 --- /dev/null +++ b/wl-clipsync.service @@ -0,0 +1,8 @@ +[Unit] +Description=Synchronizes primary and clipboard paste buffers + +[Service] +ExecStart=wl-clipsync -i 300ms + +[Install] +WantedBy=default.target