mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -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*
|
Default: *dmenu*
|
||||||
|
|
||||||
`-row` *selected line*
|
`-selected-row` *selected row*
|
||||||
|
|
||||||
Select a certain line.
|
Select a certain row.
|
||||||
|
|
||||||
Default: *0*
|
Default: *0*
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ int dmenu_switcher_dialog ( char **input )
|
||||||
find_arg_str ( "-format", &format );
|
find_arg_str ( "-format", &format );
|
||||||
// Check prompt
|
// Check prompt
|
||||||
find_arg_str ( "-p", &dmenu_prompt );
|
find_arg_str ( "-p", &dmenu_prompt );
|
||||||
find_arg_int ( "-row", &selected_line );
|
find_arg_int ( "-selected-row", &selected_line );
|
||||||
// Urgent.
|
// Urgent.
|
||||||
char *str = NULL;
|
char *str = NULL;
|
||||||
find_arg_str ( "-u", &str );
|
find_arg_str ( "-u", &str );
|
||||||
|
|
Loading…
Reference in a new issue