diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-27 13:53:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 13:53:48 +0900 |
| commit | 8eeed24b9579cf4cc76cc67dc4b5c73b2ef34573 (patch) | |
| tree | 2115df3ef73ea54d71ba9ff84364c690b591af44 /config/rofi/resolution | |
| parent | 4502d47a44dd46306e0803ec0b27a0db48b2819c (diff) | |
| parent | f981d4fbbfb5f853b491a062e6e9017669102115 (diff) | |
Merge pull request #37 from JaKooLit/v2.1.10
V2.1.10
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config-long.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config-long.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index 89116423..a1f33e66 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -104,7 +104,7 @@ entry { listview { enabled: true; columns: 1; - lines: 15; + lines: 12; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index 974b7ea9..a6373e8f 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -104,7 +104,7 @@ entry { listview { enabled: true; columns: 1; - lines: 15; + lines: 12; spacing: 4px; dynamic: true; cycle: true; |
