Introduction
Introduction Statistics Contact Development Disclaimer Help
tmoved BORDERPX to config.*.h - dwm - [fork] customized build of dwm, the dynam…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit caf5a162716ebdcca0ba7dda1e7335697f3b9208
parent 936e11fd5465819555604f924f8afaae702e426e
Author: Anselm R. Garbe <[email protected]>
Date: Wed, 17 Jan 2007 12:36:29 +0100
moved BORDERPX to config.*.h
Diffstat:
M config.arg.h | 1 +
M config.default.h | 1 +
M config.mk | 2 +-
M dwm.1 | 2 +-
M dwm.h | 1 -
5 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8",…
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
#define TILESYMBOL "[]="
+#define BORDERPX 1
#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
#define NORMBORDERCOLOR "#333"
diff --git a/config.default.h b/config.default.h
t@@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8",…
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
#define TILESYMBOL "[]="
+#define BORDERPX 1
#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*…
#define NORMBORDERCOLOR "#dddddd"
diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 3.1
+VERSION = 3.2
# Customize below to fit your system
diff --git a/dwm.1 b/dwm.1
t@@ -25,7 +25,7 @@ window are indicated with a filled square in the top left co…
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
diff --git a/dwm.h b/dwm.h
t@@ -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 */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.