enable fuzzy search in rofi
This commit is contained in:
parent
5e8b52a11f
commit
e4652c0889
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user