Skip to content

Commit

Permalink
Fix fuzzel dmenu flag when opening action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and fdw committed Aug 23, 2023
1 parent a5f1c46 commit e5f9def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picker/selector/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def show_action_menu(self, additional_args: List[str]) -> List[Action]:
fuzzel = run(
[
"fuzzel",
"-dmenu",
"--dmenu",
*additional_args,
],
input="\n".join([it.value for it in Action if it != Action.MENU]),
Expand Down

0 comments on commit e5f9def

Please sign in to comment.