diff options
Diffstat (limited to 'config/rofi/config-clipboard.rasi')
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 4a7bf662..f5c086a7 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -6,6 +6,7 @@ /* ---- Window ---- */ window { width: 50%; + height: inherit; } /* ---- Mainbox ---- */ @@ -23,7 +24,7 @@ entry { /* ---- Listview ---- */ listview { columns: 1; - lines: 7; + lines: 15; fixed-height: false; } |
