diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-31 11:31:19 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-31 11:31:19 +0400 |
commit | ba91154d55b3d80527e46b19d72c8a1fc3a0bf57 (patch) | |
tree | 5e36edbd648963c8712c1732c09a5a9a0a59a411 | |
parent | e2ecb8556ac149e07ce4b6b156b099efb51767a6 (diff) |
togglefocusfloating keybind changed
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ static const Key keys[] = { { MODKEY, XK_equal, setgaps, {.i = +1 } }, { MODKEY, XK_v, focusmaster, {0} }, - { MODKEY, XK_a, togglefocusfloat, {0} }, + { MODKEY|ShiftMask, XK_space, togglefocusfloat, {0} }, { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, |