mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
Set fixed num line mode default
This commit is contained in:
parent
a063715652
commit
d3ef6eb2dc
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Settings config = {
|
||||||
/** X offset */
|
/** X offset */
|
||||||
.x_offset = 0,
|
.x_offset = 0,
|
||||||
/** Always should config.menu_lines lines, even if less lines are available */
|
/** Always should config.menu_lines lines, even if less lines are available */
|
||||||
.fixed_num_lines = FALSE,
|
.fixed_num_lines = TRUE,
|
||||||
/** Do not use history */
|
/** Do not use history */
|
||||||
.disable_history = FALSE,
|
.disable_history = FALSE,
|
||||||
/** Use levenshtein sorting when matching */
|
/** Use levenshtein sorting when matching */
|
||||||
|
|
Loading…
Reference in a new issue