From e6cad5db40301548986129e92db9718258312bec Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 1 Sep 2023 19:15:55 +0200 Subject: Hide options list, which is not used in the pinentry application. https://www.reddit.com/r/qtools/comments/16772du/how_to_hide_the_list/ Thank you /u/atomicbbblast for advice. --- pinentry-rofi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinentry-rofi.sh b/pinentry-rofi.sh index 386054f..00a1779 100755 --- a/pinentry-rofi.sh +++ b/pinentry-rofi.sh @@ -89,7 +89,7 @@ basturlencode () { echo "$1" | sed -e 's//\>/g' } -rofi_cmd="rofi -dmenu -input /dev/null -password" +rofi_cmd="rofi -dmenu -theme-str 'listview {lines: 0;}' -input /dev/null -password" INSIDE_BATS=${INSIDE_BATS:-0} win_title="Prompt for password" -- cgit