diff options
Diffstat (limited to 'config/rofi/resolution/1440p/config.rasi')
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 86492df6..5293bec0 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } |
