diff options
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 7722430..92e7aa5 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "drun,run,window,ssh"; - lines: 7; + lines: 4; font: "JetBrainsMono NF 10"; matching: "fuzzy"; separator-style: "none"; @@ -18,7 +18,7 @@ configuration { width: 450; line-padding: 5; line-margin: 5; - --padding: 16px; + --padding: 12px; } inputbar { |