1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/include/dialogs/run.h
2016-10-14 16:46:54 +02:00

19 lines
381 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
*
* @{
*/
/** #Mode object representing the run dialog. */
extern Mode run_mode;
/*@}*/
#endif // DIALOG_RUN_H