diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
| commit | a416fe90405aed1803c302aaaa5dfb6eb9bd5363 (patch) | |
| tree | 2baabc1ef115fc3859c30f6a2bd699da56bfcac1 /config/rofi/resolution/1440p/config-long.rasi | |
| parent | d3c3e268b9986584aad2cf286a27143b0babb5fe (diff) | |
rofi width and hieght changed to px
Diffstat (limited to 'config/rofi/resolution/1440p/config-long.rasi')
| -rw-r--r-- | config/rofi/resolution/1440p/config-long.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index a6373e8f..55fb2261 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } |
