rofi/include/dialogs/run.h

20 lines
381 B
C
Raw Normal View History

#ifndef ROFI_DIALOG_RUN_H
#define ROFI_DIALOG_RUN_H
/**
* @defgroup RUNMode Run
2016-01-07 07:54:24 +00:00
* @ingroup MODES
*
* This mode uses the following options from the #config object:
2016-07-29 06:32:34 +00:00
* * #Settings::run_command
* * #Settings::run_shell_command
* * #Settings::run_list_command
*
* @{
*/
2016-10-14 14:46:54 +00:00
/** #Mode object representing the run dialog. */
extern Mode run_mode;
/*@}*/
#endif // DIALOG_RUN_H