mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
17 lines
317 B
C
17 lines
317 B
C
#ifndef ROFI_DIALOG_RUN_H
|
|
#define ROFI_DIALOG_RUN_H
|
|
|
|
/**
|
|
* @defgroup RUNMode Run
|
|
*
|
|
* 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
|