aewl

changeset 700:f05c825db96b

moved BORDERPX to config.*.h
author Anselm R. Garbe <arg@suckless.org>
date Wed, 17 Jan 2007 12:36:29 +0100
parents fd5eb7cd7f36
children fc5b982778df
files config.arg.h config.default.h config.mk dwm.1 dwm.h
diffstat 5 files changed, 4 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Tue Jan 16 11:41:56 2007 +0100
     1.2 +++ b/config.arg.h	Wed Jan 17 12:36:29 2007 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  #define DEFMODE			dotile		/* dofloat */
     1.5  #define FLOATSYMBOL		"><>"
     1.6  #define TILESYMBOL		"[]="
     1.7 +#define BORDERPX		1
     1.8  
     1.9  #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    1.10  #define NORMBORDERCOLOR		"#333"
     2.1 --- a/config.default.h	Tue Jan 16 11:41:56 2007 +0100
     2.2 +++ b/config.default.h	Wed Jan 17 12:36:29 2007 +0100
     2.3 @@ -8,6 +8,7 @@
     2.4  #define DEFMODE			dotile		/* dofloat */
     2.5  #define FLOATSYMBOL		"><>"
     2.6  #define TILESYMBOL		"[]="
     2.7 +#define BORDERPX		1
     2.8  
     2.9  #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
    2.10  #define NORMBORDERCOLOR		"#dddddd"
     3.1 --- a/config.mk	Tue Jan 16 11:41:56 2007 +0100
     3.2 +++ b/config.mk	Wed Jan 17 12:36:29 2007 +0100
     3.3 @@ -1,5 +1,5 @@
     3.4  # dwm version
     3.5 -VERSION = 3.1
     3.6 +VERSION = 3.2
     3.7  
     3.8  # Customize below to fit your system
     3.9  
     4.1 --- a/dwm.1	Tue Jan 16 11:41:56 2007 +0100
     4.2 +++ b/dwm.1	Wed Jan 17 12:36:29 2007 +0100
     4.3 @@ -25,7 +25,7 @@
     4.4  which are applied to one or more windows are indicated with an empty square in
     4.5  the top left corner.
     4.6  .P
     4.7 -dwm draws a 1-pixel border around windows to indicate the focus state.
     4.8 +dwm draws a small border around windows to indicate the focus state.
     4.9  .SH OPTIONS
    4.10  .TP
    4.11  .B \-v
     5.1 --- a/dwm.h	Tue Jan 16 11:41:56 2007 +0100
     5.2 +++ b/dwm.h	Wed Jan 17 12:36:29 2007 +0100
     5.3 @@ -37,7 +37,6 @@
     5.4  /* mask shorthands, used in event.c and client.c */
     5.5  #define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
     5.6  /* other stuff used in different places */
     5.7 -#define BORDERPX		1
     5.8  #define PROTODELWIN		1
     5.9  
    5.10  enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */