diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-22 22:20:58 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-22 22:20:58 +0100 |
commit | 54414f398812a0e37087981c3a0009bc9408c939 (patch) | |
tree | f4a134c0d73726e4c243db80f0232e10636c4161 /.config/rofi | |
parent | df4c8cf303c6722503d89e312702fe53a8823106 (diff) |
i3 autostart fix/update
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 { |