diff options
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index c92eed9a..c131543b 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,8 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 30%; - height: 30%; + width: 35%; + height: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 10; cycle: true; dynamic: true; scrollbar: false; |
