diff options
author | arg@mig29 <unknown> | 2006-11-27 10:57:37 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-11-27 10:57:37 +0100 |
commit | 46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987 (patch) | |
tree | aef384fcafe76d5d5c527a77ed2d6864fea3fe81 /config.default.h | |
parent | 35e96b8deba8aae863cef32f2ea2a84ebf162472 (diff) | |
download | dwm-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.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h index 85cc135..acacfdc 100644 --- a/config.default.h +++ b/config.default.h @@ -42,6 +42,7 @@ static Key key[] = { \ { MODKEY|ControlMask|ShiftMask, XK_5, toggletag, { .i = 4 } }, \ { 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 } }, \ |