mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Fix typo in config.c comment.
Thx @Coacher.
This commit is contained in:
parent
d25ad4dac6
commit
05e194e37d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Settings config = {
|
||||||
.y_offset = 0,
|
.y_offset = 0,
|
||||||
/** X offset */
|
/** X offset */
|
||||||
.x_offset = 0,
|
.x_offset = 0,
|
||||||
/** Always should config.menu_lines lines, even if less lines are available */
|
/** Always show config.menu_lines lines, even if less lines are available */
|
||||||
.fixed_num_lines = TRUE,
|
.fixed_num_lines = TRUE,
|
||||||
/** Do not use history */
|
/** Do not use history */
|
||||||
.disable_history = FALSE,
|
.disable_history = FALSE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue