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