Skip to content

Commit

Permalink
馃悰 Let rofi match case insensitively as well (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyinperson committed Sep 9, 2022
1 parent 1ad3810 commit ec90201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bemoji
Expand Up @@ -180,7 +180,7 @@ _picker() {
elif command -v wofi >/dev/null 2>&1; then
wofi -p 馃攳 -i --show dmenu
elif command -v rofi >/dev/null 2>&1; then
rofi -p 馃攳 -dmenu --kb-custom-1 "Alt+1" --kb-custom-2 "Alt+2"
rofi -p 馃攳 -i -dmenu --kb-custom-1 "Alt+1" --kb-custom-2 "Alt+2"
elif command -v dmenu >/dev/null 2>&1; then
dmenu -p 馃攳 -i -l 20
else
Expand Down

0 comments on commit ec90201

Please sign in to comment.