This commit is contained in:
2023-02-22 15:33:55 +01:00
parent f0dd76f2fb
commit 64be233740
14 changed files with 69 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Autocutsel
[Service]
Type = forking
Restart = on-failure
RestartSec = 10
ExecStartPre = /usr/bin/autocutsel -fork
ExecStart = /usr/bin/autocutsel -selection PRIMARY -fork
[Install]
WantedBy=default.target