forked from polachok/echinus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
23 lines (23 loc) · 804 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
/* See LICENSE file for copyright and license details. */
#define BORDERPX 1
#define NF_OPACITY 0.9
#define FONT "fixed-9"
#define NORMBORDERCOLOR "#cccccc"
#define NORMBUTTONCOLOR "#cccccc"
#define NORMBGCOLOR "#cccccc"
#define NORMFGCOLOR "#000000"
#define SELBORDERCOLOR "#ff9900"
#define SELBUTTONCOLOR "#ff9900"
#define SELBGCOLOR "#ff9900"
#define SELFGCOLOR "#ffffff"
#define ICONPIXMAP "iconify.xbm"
#define MAXPIXMAP "max.xbm"
#define CLOSEPIXMAP "close.xbm"
#define MINWIDTH 12
#define MINHEIGHT 12
#define TITLEHEIGHT 0
#define COMMAND "xterm"
#define DEFMWFACT 0.6 /* master width factor [0.1 .. 0.9] */
#define DEFNMASTER 1 /* number of windows in master area */
#define SNAP 5 /* snap pixel */
#define DECORATETILED 0 /* set to 1 to draw titles in tiled layouts */