diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 09:47:24 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 09:47:24 +0900 |
| commit | 57b2088bbbc3cd3c8e9c6da490bbe6709ea37b41 (patch) | |
| tree | 533df04314734182330861f995d5abf3dc6eaa40 /config/rofi/config-long.rasi | |
| parent | 8460e015243a8323ffb7483c13e1e2692f5ca59c (diff) | |
tweaked rofi
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; |
