Skip to content

Commit

Permalink
use fuzzy matching for code workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Aug 24, 2023
1 parent d77a5fc commit 94e184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/i3-code-workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def find_code_dirs(root_dir, max_depth=3):


def rofi_pick_from_options(options, prompt=None):
cmd = ["rofi", "-dmenu"]
cmd = ["rofi", "-dmenu", "-matching", "fuzzy"]
if prompt:
cmd += ["-p", prompt]
result = subprocess.run(
Expand Down

0 comments on commit 94e184e

Please sign in to comment.