Skip to content

Commit

Permalink
feat(rofi): switch to combi mode
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Nov 5, 2024
1 parent 80f1bd0 commit 507aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/i3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ in {
"${mod}+m" = "exec --no-startup-id sound-switcher-flexbox";
});

menu = "rofi -modi run#calc -show run -show-icons -run-shell-command '{terminal} -e fish -ic \"{cmd} && read\"' -matching fuzzy";
menu = "rofi -modi combi#calc -show combi -show-icons -run-shell-command '{terminal} -e fish -ic \"{cmd} && read\"' -matching fuzzy";

# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps.
# Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace).
Expand Down

0 comments on commit 507aad2

Please sign in to comment.