diff options
Diffstat (limited to 'pinentry-rofi.scm')
-rwxr-xr-x | pinentry-rofi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index 4114eb3..179d437 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -316,7 +316,7 @@ Return the input from the user if succeeded else #f." (rofi-sh `("env" ,(string-join (map (lambda (x) (format #f "~a=~s" (car x) (cdr x))) env)) - ,(format #f "rofi -dmenu -disable-history -l ~a -i" + ,(format #f "rofi -dmenu -disable-history -no-fixed-num-lines -l ~a -i" (if (list? buttons) (length buttons) 1)) ,(if (and only-match buttons) "-only-match" "") ,(if (not buttons) "-input /dev/null" "") |