summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index d73dd10..01add64 100644
--- a/config.h
+++ b/config.h
@@ -103,7 +103,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
- { MODKEY, XK_n, focusmaster, {0} },
+ { MODKEY, XK_u, focusmaster, {0} },
{ MODKEY, XK_a, togglefocusfloat, {0} },
{ MODKEY|ShiftMask, XK_w, spawn, {.v = wallpaper } },
{ MODKEY|ShiftMask, XK_minus, setborderpx, {.i = -1 } },