summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-05-28 21:10:04 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-28 21:10:04 +0400
commit1f8880592a70d0b03579f0489b8c2da5dbf10c5a (patch)
treeec60a04e6ef2fc61da7992b38d00cf9fda287255 /config.h
parent81cdd5d5283c26ab992e077f9abd4275a28a989b (diff)
focusmaster keybind changed from `alt+n` to `alt+u`
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 } },