diff options
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index aed3d781..58d77319 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 30%; + width: 45%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,7 +126,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 20; + lines: 15; cycle: true; dynamic: true; scrollbar: true; |
