2016-01-06 06:40:41 -05:00
|
|
|
#ifndef ROFI_DIALOG_RUN_H
|
|
|
|
#define ROFI_DIALOG_RUN_H
|
2014-01-20 17:36:20 -05:00
|
|
|
|
2016-01-06 06:40:41 -05:00
|
|
|
/**
|
|
|
|
* @defgroup RUNMode Run
|
2016-01-07 02:54:24 -05:00
|
|
|
* @ingroup MODES
|
2016-01-06 06:40:41 -05:00
|
|
|
*
|
|
|
|
* This mode uses the following options from the #config object:
|
2016-07-29 02:32:34 -04:00
|
|
|
* * #Settings::run_command
|
|
|
|
* * #Settings::run_shell_command
|
|
|
|
* * #Settings::run_list_command
|
2016-01-06 06:40:41 -05:00
|
|
|
*
|
|
|
|
* @{
|
|
|
|
*/
|
2016-10-14 10:46:54 -04:00
|
|
|
/** #Mode object representing the run dialog. */
|
2015-11-25 03:26:38 -05:00
|
|
|
extern Mode run_mode;
|
2016-01-06 06:40:41 -05:00
|
|
|
|
|
|
|
/*@}*/
|
|
|
|
#endif // DIALOG_RUN_H
|