From ec9020150cdeb08ed82ac4afccf83902921de1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20B=C3=BCchau?= Date: Fri, 9 Sep 2022 15:50:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Let=20rofi=20match=20case=20inse?= =?UTF-8?q?nsitively=20as=20well=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bemoji | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemoji b/bemoji index 9801092..2af9073 100755 --- a/bemoji +++ b/bemoji @@ -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