fix: Allow copying only one file

This commit is contained in:
Sayantan Santra 2025-04-01 23:40:24 -05:00
parent 942a7cdd8e
commit 938f221360
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -2,9 +2,10 @@
Type=Service
MimeType=text/*;
Actions=copyTextToClipboard
X-KDE-MaxNumberOfUrls=1
[Desktop Action copyTextToClipboard]
Name=Copy Text to Clipboard
Icon=entry-clone
Exec=cat "%u" | wl-copy
Exec=wl-copy < "%u"