diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-18 20:40:13 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:51:38 +0400 |
commit | 6f13ca6f9e7bc92aa1b6689341ef0dd33d86323a (patch) | |
tree | d02152074858fefa763dc4e391a50ce88a8f90a5 /config.h | |
parent | 219ffa6873831fdd993707d6e60bcc183c7e616b (diff) |
focusmaster patched and keybinds added
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ static const Key keys[] = { { MODKEY, XK_minus, setgaps, {.i = -1 } }, { MODKEY, XK_equal, setgaps, {.i = +1 } }, + { MODKEY, XK_a, focusmaster, {0} }, + + { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, |