1
0
Fork 0
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:
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* Default: *dmenu*
`-row` *selected line* `-selected-row` *selected row*
Select a certain line. Select a certain row.
Default: *0* Default: *0*

View file

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