mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Add some initial columns support.
This commit is contained in:
parent
b213711204
commit
b535533569
4 changed files with 80 additions and 47 deletions
|
@ -37,6 +37,8 @@ Settings config = {
|
|||
.menu_width = 50,
|
||||
// Maximum number of options to show.
|
||||
.menu_lines = 15,
|
||||
// Number of columns
|
||||
.menu_columns = 1,
|
||||
// Font
|
||||
.menu_font = "mono-12",
|
||||
// Foreground color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue