summaryrefslogtreecommitdiffstats
path: root/src/io/io_worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/io_worker.rs')
-rw-r--r--src/io/io_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/io_worker.rs b/src/io/io_worker.rs
index c065232..4346437 100644
--- a/src/io/io_worker.rs
+++ b/src/io/io_worker.rs
@@ -359,7 +359,7 @@ where
let file_path_str = file_path.as_ref().as_os_str().to_string_lossy();
let clipboards = [
- ("gio trash", format!("gio trash '{}'", file_path_str)),
+ ("gio trash", format!("gio trash -- '{}'", file_path_str)),
("trash-put", format!("trash-put '{}'", file_path_str)),
("trash", format!("trash '{}'", file_path_str)),
];