about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-11-27 10:57:37 +0100
committerarg@mig29 <unknown>2006-11-27 10:57:37 +0100
commit46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987 (patch)
treeaef384fcafe76d5d5c527a77ed2d6864fea3fe81 /config.arg.h
parent35e96b8deba8aae863cef32f2ea2a84ebf162472 (diff)
downloaddwm-46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987.tar.gz
added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.arg.h b/config.arg.h
index 3215c77..e6ea4ea 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -45,6 +45,7 @@ static Key key[] = { \
 	{ MODKEY|ControlMask|ShiftMask,	XK_4,		toggletag,	{ .i = 3 } }, \
 	{ MODKEY|ShiftMask,		XK_c,		killclient,	{ 0 } }, \
 	{ MODKEY,			XK_space,	togglemode,	{ 0 } }, \
+	{ MODKEY|ShiftMask,		XK_space,	togglefloat,	{ 0 } }, \
 	{ MODKEY,			XK_0,		viewall,	{ 0 } }, \
 	{ MODKEY,			XK_1,		view,		{ .i = 0 } }, \
 	{ MODKEY,			XK_2,		view,		{ .i = 1 } }, \