diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 21:10:04 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 21:10:04 +0400 |
commit | 1f8880592a70d0b03579f0489b8c2da5dbf10c5a (patch) | |
tree | ec60a04e6ef2fc61da7992b38d00cf9fda287255 /config.h | |
parent | 81cdd5d5283c26ab992e077f9abd4275a28a989b (diff) |
focusmaster keybind changed from `alt+n` to `alt+u`
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } }, |