about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-17 21:10:50 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-17 21:10:50 +0200
commita923298d3577dca0e69fd70edbef56c7822258e3 (patch)
tree074dd57439354630152d15564a0107cbb1a1eb1a /config.arg.h
parent04dec4c94390fdf57893615de5b5872dd5abbce4 (diff)
downloaddwm-a923298d3577dca0e69fd70edbef56c7822258e3.tar.gz
applied Jukka Salmi's setmwfact patch
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 79bdf78..5cac5b5 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -48,8 +48,8 @@ Key keys[] = { \
 	{ MODKEY,			XK_b,		togglebar,	NULL }, \
 	{ MODKEY,			XK_j,		focusnext,	NULL }, \
 	{ MODKEY,			XK_k,		focusprev,	NULL }, \
-	{ MODKEY,			XK_h,		addtomwfact,	"-0.05" }, \
-	{ MODKEY,			XK_l,		addtomwfact,	"0.05" }, \
+	{ MODKEY,			XK_h,		setmwfact,	"-0.05" }, \
+	{ MODKEY,			XK_l,		setmwfact,	"+0.05" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \
 	{ MODKEY,			XK_Return,	zoom,		NULL }, \
 	{ MODKEY|ShiftMask,		XK_space,	togglefloating,	NULL }, \