-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
config.h
46 lines (31 loc) · 802 Bytes
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* config.h
*
* Copyright (c) Tuomo Valkonen 1999-2007.
*
* FOOBARBAZQUK
*/
#ifndef ION_CONFIG_H
#define ION_CONFIG_H
/* #define CF_NO_LOCK_HACK */
#define CF_DRAG_TRESHOLD 2
#define CF_DBLCLICK_DELAY 250
#define CF_MAX_MOVERES_STR_SIZE 32
#define CF_RESIZE_DELAY 1500
#define CF_XMESSAGE "xmessage -file "
#define CF_EDGE_RESISTANCE 16
#define CF_RAISE_DELAY 500
#define CF_STATUSBAR_SYSTRAY_HEIGHT 24
/* disable this by default */
#define CF_FOCUSLIST_INSERT_DELAY 0
/* disable this by default */
#define CF_WORKSPACE_INDICATOR_TIMEOUT 0
/* Cursors
*/
#define CF_CURSOR_DEFAULT XC_left_ptr
#define CF_CURSOR_RESIZE XC_sizing
#define CF_CURSOR_MOVE XC_fleur
#define CF_CURSOR_DRAG XC_cross
#define CF_CURSOR_WAITKEY XC_icon
#define CF_STDISP_MIN_SZ 8
#endif /* ION_CONFIG_H */