4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
8 #ifndef INCLUDED_CONFIG_H
9 #define INCLUDED_CONFIG_H
11 #include "../version.h"
14 /* Behaviour-controlling booleans.
17 * Disable hack to ignore states of evil locking modifier keys.
19 * CF_SWITCH_NEW_CLIENTS
20 * Switch new clients visible
23 * Warp pointer to newly focused frame
26 * When CF_WARP is enabled, warp pointer to last on active frame
27 * on workspace when switching workspace.
30 * Place new windows that have top-left coordinate set in the frame
31 * under that coordinate.
34 * Don't setpgid(0, 0) on forked processes.
37 /*#define CF_NO_LOCK_HACK*/
38 #define CF_SWITCH_NEW_CLIENTS
41 /*#define CF_NO_SETPGID*/
43 /* You don't modify these
47 #define ETCDIR "/etc/"
54 #define CF_MAX_MOVERES_STR_SIZE 32
55 #define CF_MOVERES_WIN_X 5
56 #define CF_MOVERES_WIN_Y 5
58 #define CF_DRAG_TRESHOLD 2
59 #define CF_DBLCLICK_DELAY 250
60 #define CF_RESIZE_DELAY 1500
61 #define CF_EDGE_RESISTANCE 16
62 #define CF_STEP_SIZE 16
63 #define CF_CORNER_SIZE (16+8)
65 #define CF_TAB_TEXT_ALIGN ALIGN_CENTER
67 #define CF_FALLBACK_FONT_NAME "fixed"
69 #define CF_MIN_WIDTH 20
70 #define CF_MIN_HEIGHT 3
72 /* Windows whose (x, y)-coordinates are less than this much from both
73 * top and left border of the screen are automatically considered stubborn.
75 #define CF_STUBBORN_TRESH 1
80 #define CF_CURSOR_DEFAULT XC_left_ptr
81 #define CF_CURSOR_RESIZE XC_sizing
82 #define CF_CURSOR_MOVE XC_fleur
83 #define CF_CURSOR_DRAG XC_cross
84 #define CF_CURSOR_WAITKEY XC_icon
86 #define CF_XTESTFAKEKEY_DELAY 10
88 #endif /* INCLUDED_CONFIG_H */