diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 16:15:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 16:15:54 +0900 |
| commit | bca189d60a3437df5bcc1c5843c10d300e5f5979 (patch) | |
| tree | 05c05d14a5de88d810750e73b36ac214f91a9252 /config/rofi | |
| parent | ccc8148dbc6bc5202bc91a06047677bcb7068fd3 (diff) | |
updated rofi
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index de7d3496..02851b97 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index de7d3496..02851b97 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index ba0bff1a..dd997999 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -131,7 +131,7 @@ listview { cycle: true; scrollbar: false; layout: vertical; - reverse: true; + reverse: false; fixed-height: true; fixed-columns: false; background-color: @background; |
