tchanging MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1bf0c4a8e7892896bb8ed1693f36f1de5285e46c
(DIR) parent 863656d2bcb60b58fd89194cc00e956821e2c204
(HTM) Author: arg@10ksloc.org <unknown>
Date: Wed, 2 Aug 2006 17:19:22 +0200
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
Diffstat:
M config.arg.h | 2 +-
M config.default.h | 2 +-
M dwm.1 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -21,7 +21,7 @@ char *tags[TLast] = { \
#define BORDERCOLOR "#176164"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
-#define MASTERW 52 /* percent */
+#define MASTERW 60 /* percent */
#define KEYS \
const char *browse[] = { "firefox", NULL }; \
(DIR) diff --git a/config.default.h b/config.default.h
t@@ -21,7 +21,7 @@ char *tags[TLast] = { \
#define BORDERCOLOR "#9999CC"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
-#define MASTERW 52 /* percent */
+#define MASTERW 60 /* percent */
#define KEYS \
const char *term[] = { "xterm", NULL }; \
(DIR) diff --git a/dwm.1 b/dwm.1
t@@ -1,4 +1,4 @@
-.TH DWM 1 dwm-0.6
+.TH DWM 1 dwm-0.7
.SH NAME
dwm \- dynamic window manager
.SH SYNOPSIS