summaryrefslogtreecommitdiffstats
path: root/include/dialogs/run.h
blob: e325a9343e77a8a214dccf3330abc38301979982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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