enable fuzzy search in rofi

This commit is contained in:
Navid Sassan 2024-04-21 15:43:05 +02:00
parent 5e8b52a11f
commit e4652c0889

View File

@ -166,6 +166,11 @@ fn handle_select() {
.arg("bw")
.arg("-modes")
.arg(format!("bw:{} select", &executable_path.to_string_lossy()))
.arg("-matching")
.arg("fuzzy")
.arg("-sorting-method")
.arg("fzf")
.arg("-sort")
// we need to remap some default so that we can use the keys for custom binds
.arg("-kb-accept-alt")
.arg("F12")