mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: added mime type to wl-copy command
This commit is contained in:
parent
35983483a1
commit
593b7c2f41
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ impl Clipboard {
|
||||||
let all = [
|
let all = [
|
||||||
("pbcopy", &[][..]),
|
("pbcopy", &[][..]),
|
||||||
("termux-clipboard-set", &[]),
|
("termux-clipboard-set", &[]),
|
||||||
("wl-copy", &["-t", "text/plain; charset=utf-8"]),
|
("wl-copy", &["-t", "text/plain"]),
|
||||||
("xclip", &["-selection", "clipboard"]),
|
("xclip", &["-selection", "clipboard"]),
|
||||||
("xsel", &["-ib"]),
|
("xsel", &["-ib"]),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue