summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-31 11:31:19 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-31 11:31:19 +0400
commitba91154d55b3d80527e46b19d72c8a1fc3a0bf57 (patch)
tree5e36edbd648963c8712c1732c09a5a9a0a59a411
parente2ecb8556ac149e07ce4b6b156b099efb51767a6 (diff)
togglefocusfloating keybind changed
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 821c778..0209b1f 100644
--- a/config.h
+++ b/config.h
@@ -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 } },