diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-21 10:00:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 10:00:34 +0900 |
| commit | af7c7389f9bdb6f8da83bd51e261ed00106eea1f (patch) | |
| tree | a327f82a34d13768cb7cf5d0a3d9893cc61c3ea3 /config/rofi/config-edit.rasi | |
| parent | f113f871fe35acb5143e16648bcbcb2c7f675fef (diff) | |
| parent | 2d927892e5354abb14b9738d895b7084452886e2 (diff) | |
Merge branch 'development' into main-to-dev
Diffstat (limited to 'config/rofi/config-edit.rasi')
| -rw-r--r-- | config/rofi/config-edit.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi index ffa5603f..915f1580 100644 --- a/config/rofi/config-edit.rasi +++ b/config/rofi/config-edit.rasi @@ -17,14 +17,14 @@ configuration { /* ---- Window ---- */ window { - width: inherit; + width: 70%; height: inherit; } /* ---- Listview ---- */ listview { - columns: 2; + columns: 3; lines: 6; fixed-height: false; scrollbar: true; |
