aboutsummaryrefslogtreecommitdiffstats
path: root/pinentry-rofi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pinentry-rofi.sh')
-rwxr-xr-xpinentry-rofi.sh2
1 files changed, 1 insertions, 1 deletions
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/</\&lt;/g' -e 's/>/\&gt;/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"