diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 5486528..da470cf 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -10,8 +10,6 @@ configuration { /* Layout */ font: "DejaVu Sans Mono, Font Awesome 5 Free 12"; - lines: 8; - width: 50; /* Icons */ icon-theme: "Arc"; diff --git a/.config/rofi/theme-overrides.rasi b/.config/rofi/theme-overrides.rasi index 1e9f971..3593bfa 100644 --- a/.config/rofi/theme-overrides.rasi +++ b/.config/rofi/theme-overrides.rasi @@ -2,8 +2,10 @@ window { border: 4; + width: 50%; } listview { + lines: 8; scrollbar: false; }