simply add mime type

This commit is contained in:
grappas 2025-12-28 01:03:37 +01:00
parent 77d36ff5a5
commit 00ff07d01c

View file

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