summaryrefslogtreecommitdiff
path: root/src/config.h
blob: d07c777273b01bbcfe68668c8bba3fb07110ea5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CONFIG_H
#define CONFIG_H

#include <X11/cursorfont.h>

// Debugging Mode
#define DEBUG 1

// Mouse buttons
#define M_BTN_1 1
#define M_BTN_2 3

// Mouse Cursor
#define M_CURSOR XC_cross

#endif