From ba91154d55b3d80527e46b19d72c8a1fc3a0bf57 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 31 Aug 2024 11:31:19 +0400 Subject: togglefocusfloating keybind changed --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }, -- cgit v1.2.3