From f29c5277f98918519a4abf003e25c1c95861d00b Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 24 Jan 2021 00:00:05 +0100 Subject: [PATCH] Use wofi --parse-search in order not to match pango markup --- src/util.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.rs b/src/util.rs index 4fab3e2..547364e 100644 --- a/src/util.rs +++ b/src/util.rs @@ -48,6 +48,7 @@ where .arg("--allow-images") .arg("--insensitive") .arg("--cache-file=/dev/null") + .arg("--parse-search") .arg("--prompt") .arg(prompt) .stdin(proc::Stdio::piped())