Fix keybind conflict

This commit is contained in:
Alexis Jhon Gaspar 2023-09-23 22:19:32 +08:00
parent c8f59969c9
commit c5cde6e1fc

View file

@ -937,7 +937,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
#if RIODRAW_PATCH #if RIODRAW_PATCH
{ MODKEY|ControlMask, XK_s, riospawnsync, {.v = dmenucmd } }, { MODKEY|ControlMask, XK_s, riospawnsync, {.v = dmenucmd } },
{ MODKEY|ControlMask, XK_Return, riospawn, {.v = termcmd } }, { ControlMask|ShiftMask, XK_Return, riospawn, {.v = termcmd } },
{ MODKEY, XK_s, rioresize, {0} }, { MODKEY, XK_s, rioresize, {0} },
#endif // RIODRAW_PATCH #endif // RIODRAW_PATCH
{ MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_b, togglebar, {0} },