summaryrefslogtreecommitdiffstats
path: root/include/dialogs/dialogs.h
blob: 382784d5ff8aed4506f30be776cc2c002ca77748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ROFI_DIALOGS_DIALOGS_H
#define ROFI_DIALOGS_DIALOGS_H

/**
 * List of available dialogs.
 */

#include "dialogs/run.h"
#include "dialogs/ssh.h"
#include "dialogs/drun.h"
#include "dialogs/dmenu.h"
#include "dialogs/script.h"
#include "dialogs/window.h"
#include "dialogs/combi.h"
#endif // ROFI_DIALOGS_DIALOGS_H