mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
-row -t -selected-row
This commit is contained in:
parent
dbf992d756
commit
1590151c46
2 changed files with 3 additions and 3 deletions
|
@ -493,9 +493,9 @@ The following options are further explained in the theming section:
|
|||
|
||||
Default: *dmenu*
|
||||
|
||||
`-row` *selected line*
|
||||
`-selected-row` *selected row*
|
||||
|
||||
Select a certain line.
|
||||
Select a certain row.
|
||||
|
||||
Default: *0*
|
||||
|
||||
|
|
|
@ -197,7 +197,7 @@ int dmenu_switcher_dialog ( char **input )
|
|||
find_arg_str ( "-format", &format );
|
||||
// Check prompt
|
||||
find_arg_str ( "-p", &dmenu_prompt );
|
||||
find_arg_int ( "-row", &selected_line );
|
||||
find_arg_int ( "-selected-row", &selected_line );
|
||||
// Urgent.
|
||||
char *str = NULL;
|
||||
find_arg_str ( "-u", &str );
|
||||
|
|
Loading…
Reference in a new issue