moved BORDERPX to config.*.h caf5a162
Anselm R. Garbe · 2007-01-17 12:36 5 file(s) · +4 −3
config.arg.h +1 −0
8 8
#define DEFMODE			dotile		/* dofloat */
9 9
#define FLOATSYMBOL		"><>"
10 10
#define TILESYMBOL		"[]="
11 +
#define BORDERPX		1
11 12
12 13
#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 14
#define NORMBORDERCOLOR		"#333"
config.default.h +1 −0
8 8
#define DEFMODE			dotile		/* dofloat */
9 9
#define FLOATSYMBOL		"><>"
10 10
#define TILESYMBOL		"[]="
11 +
#define BORDERPX		1
11 12
12 13
#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
13 14
#define NORMBORDERCOLOR		"#dddddd"
config.mk +1 −1
1 1
# dwm version
2 -
VERSION = 3.1
2 +
VERSION = 3.2
3 3
4 4
# Customize below to fit your system
5 5
dwm.1 +1 −1
25 25
which are applied to one or more windows are indicated with an empty square in
26 26
the top left corner.
27 27
.P
28 -
dwm draws a 1-pixel border around windows to indicate the focus state.
28 +
dwm draws a small border around windows to indicate the focus state.
29 29
.SH OPTIONS
30 30
.TP
31 31
.B \-v
dwm.h +0 −1
37 37
/* mask shorthands, used in event.c and client.c */
38 38
#define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
39 39
/* other stuff used in different places */
40 -
#define BORDERPX		1
41 40
#define PROTODELWIN		1
42 41
43 42
enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */