From 8baf41bb2c0815ee46ba64a638c78aa4c93c7497 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Sep 2021 11:09:50 +0100 Subject: [PATCH] Dont change rofi height whilst typing. But if there aren't enough results to fill it, still shrink then on startup --- files/rofi.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rofi.rasi b/files/rofi.rasi index b34f834..a2015f5 100644 --- a/files/rofi.rasi +++ b/files/rofi.rasi @@ -58,7 +58,7 @@ textbox { listview { fixed-height: false; - dynamic: true; + dynamic: false; scrollbar: true; spacing: 0px; padding: 1px 0px 0px 0px;