Use --no-persist option for clipman, to avoid it overriding mime types

This commit is contained in:
ItsDrike 2023-02-03 05:38:35 +01:00
parent e7aa2bb510
commit 112368f7d1
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -3,7 +3,7 @@ Description="Clipboard clipboard manager"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/wl-paste -t text --watch /usr/bin/clipman store
ExecStart=/usr/bin/wl-paste -t text --watch /usr/bin/clipman store --no-persist
Restart=on-failure
[Install]