2015-08-31 01:57:29 -04:00
|
|
|
#ifndef ROFI_DIALOGS_DIALOGS_H
|
|
|
|
#define ROFI_DIALOGS_DIALOGS_H
|
|
|
|
|
2016-01-07 02:54:24 -05:00
|
|
|
/**
|
|
|
|
* @defgroup MODES Modes
|
|
|
|
*/
|
2015-08-31 01:57:29 -04:00
|
|
|
/**
|
|
|
|
* List of available dialogs.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "dialogs/run.h"
|
|
|
|
#include "dialogs/ssh.h"
|
2015-11-03 02:31:38 -05:00
|
|
|
#include "dialogs/drun.h"
|
2015-08-31 01:57:29 -04:00
|
|
|
#include "dialogs/dmenu.h"
|
|
|
|
#include "dialogs/script.h"
|
|
|
|
#include "dialogs/window.h"
|
|
|
|
#include "dialogs/combi.h"
|
2016-05-30 04:25:58 -04:00
|
|
|
#include "dialogs/help-keys.h"
|
2015-08-31 01:57:29 -04:00
|
|
|
#endif // ROFI_DIALOGS_DIALOGS_H
|