mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
18 lines
332 B
C
18 lines
332 B
C
#ifndef ROFI_DIALOG_RUN_H
|
|
#define ROFI_DIALOG_RUN_H
|
|
|
|
/**
|
|
* @defgroup RUNMode Run
|
|
* @ingroup MODES
|
|
*
|
|
* This mode uses the following options from the #config object:
|
|
* * #Settings::run_command
|
|
* * #Settings::run_shell_command
|
|
* * #Settings::run_list_command
|
|
*
|
|
* @{
|
|
*/
|
|
extern Mode run_mode;
|
|
|
|
/*@}*/
|
|
#endif // DIALOG_RUN_H
|