aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-09-01 19:15:55 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-09-01 19:17:35 +0200
commite6cad5db40301548986129e92db9718258312bec (patch)
tree34403ea9f8763426ae10cb90c97352279f396d16
parent16bdf649318e52985d87c2a7f897a5f6eb6871f5 (diff)
downloadpinentry-rofi-e6cad5db40301548986129e92db9718258312bec.tar.gz
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.
-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"