-row -t -selected-row

This commit is contained in:
QC 2015-08-02 21:25:02 +02:00
parent dbf992d756
commit 1590151c46
2 changed files with 3 additions and 3 deletions

View File

@ -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*

View File

@ -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 );