all repos — dwm @ caf5a162716ebdcca0ba7dda1e7335697f3b9208

my dwm build

moved BORDERPX to config.*.h
Anselm R. Garbe arg@suckless.org
Wed, 17 Jan 2007 12:36:29 +0100
commit

caf5a162716ebdcca0ba7dda1e7335697f3b9208

parent

936e11fd5465819555604f924f8afaae702e426e

5 files changed, 4 insertions(+), 3 deletions(-)

jump to
M config.arg.hconfig.arg.h

@@ -8,6 +8,7 @@

#define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" +#define BORDERPX 1 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#333"
M config.default.hconfig.default.h

@@ -8,6 +8,7 @@

#define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" +#define BORDERPX 1 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#dddddd"
M config.mkconfig.mk

@@ -1,5 +1,5 @@

# dwm version -VERSION = 3.1 +VERSION = 3.2 # Customize below to fit your system
M dwm.1dwm.1

@@ -25,7 +25,7 @@ window are indicated with a filled square in the top left corner. The tags

which are applied to one or more windows are indicated with an empty square in the top left corner. .P -dwm draws a 1-pixel border around windows to indicate the focus state. +dwm draws a small border around windows to indicate the focus state. .SH OPTIONS .TP .B \-v
M dwm.hdwm.h

@@ -37,7 +37,6 @@

/* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) /* other stuff used in different places */ -#define BORDERPX 1 #define PROTODELWIN 1 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */