summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 821c778..0209b1f 100644
--- a/config.h
+++ b/config.h
@@ -103,7 +103,7 @@ static const Key keys[] = {
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY, XK_v, focusmaster, {0} },
- { MODKEY, XK_a, togglefocusfloat, {0} },
+ { MODKEY|ShiftMask, XK_space, togglefocusfloat, {0} },
{ MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },