rofi/include/dialogs/run.h

19 lines
335 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:
* * #_Settings::run_command
* * #_Settings::run_shell_command
* * #_Settings::run_list_command
*
* @{
*/
extern Mode run_mode;
/*@}*/
#endif // DIALOG_RUN_H