🐛 Let rofi match case insensitively as well (#14)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1ad38107d4
commit
ec9020150c
1 changed files with 1 additions and 1 deletions
2
bemoji
2
bemoji
|
@ -180,7 +180,7 @@ _picker() {
|
||||||
elif command -v wofi >/dev/null 2>&1; then
|
elif command -v wofi >/dev/null 2>&1; then
|
||||||
wofi -p 🔍 -i --show dmenu
|
wofi -p 🔍 -i --show dmenu
|
||||||
elif command -v rofi >/dev/null 2>&1; then
|
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
|
elif command -v dmenu >/dev/null 2>&1; then
|
||||||
dmenu -p 🔍 -i -l 20
|
dmenu -p 🔍 -i -l 20
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue