Add -f flag to xclip, fixing hanging Closes #93 See merge request timvisee/ffsend!31
@@ -395,6 +395,7 @@ impl ClipboardType {
Self::sys_cmd_set(
"xclip",
Command::new(path.unwrap_or_else(|| "xclip".into()))
+ .arg("-f")
.arg("-sel")
.arg("clip"),
content,