mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Disable drun mode as it is broken.
* Does not handle %[uf] whatever in Exec command. * It is not it own binary. * It has no build in file browser. * etc.
This commit is contained in:
parent
e4cab560f4
commit
56c2d0dfb2
1 changed files with 2 additions and 0 deletions
|
@ -368,10 +368,12 @@ static int add_mode ( const char * token )
|
|||
modi[num_modi] = &run_mode;
|
||||
num_modi++;
|
||||
}
|
||||
/*
|
||||
else if ( strcasecmp ( token, "drun" ) == 0 ) {
|
||||
modi[num_modi] = &drun_mode;
|
||||
num_modi++;
|
||||
}
|
||||
*/
|
||||
// combi dialog
|
||||
else if ( strcasecmp ( token, "combi" ) == 0 ) {
|
||||
modi[num_modi] = &combi_mode;
|
||||
|
|
Loading…
Reference in a new issue