fix: added mime type to wl-copy command

This commit is contained in:
grappas 2025-12-30 08:05:05 +01:00
parent 35983483a1
commit 593b7c2f41

View file

@ -63,7 +63,7 @@ impl Clipboard {
let all = [
("pbcopy", &[][..]),
("termux-clipboard-set", &[]),
("wl-copy", &["-t", "text/plain; charset=utf-8"]),
("wl-copy", &["-t", "text/plain"]),
("xclip", &["-selection", "clipboard"]),
("xsel", &["-ib"]),
];