fix: change floating toggle keybinding

was conflicting with another sxhkd keybinding
This commit is contained in:
David 2020-11-10 12:07:27 +01:00
parent 0fcae098e8
commit 1862e61846
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static Key keys[] = {
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
//{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY|ControlMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_agrave, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_a, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },