diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-22 14:12:11 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:51:38 +0400 |
commit | 387ab3131edd2271ef8c8ee7964bec246d4d512b (patch) | |
tree | a39760c67dd29a5fa1586b3655966fcb173360d5 /config.h | |
parent | 9176d0a534f5731939cb5843c954fad16fc7a93c (diff) |
focusmaster keybind changed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ static const Key keys[] = { { MODKEY, XK_minus, setgaps, {.i = -1 } }, { MODKEY, XK_equal, setgaps, {.i = +1 } }, - { MODKEY, XK_a, focusmaster, {0} }, + { MODKEY, XK_v, focusmaster, {0} }, { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, |