Fix freez issue #8

Merged
anas-elgarhy merged 18 commits from fix-freez-issue into master 2022-08-01 16:56:42 +00:00
Showing only changes of commit 6288fd7d0c - Show all commits

View file

@ -161,6 +161,7 @@ static Keychord keychords[] = {
/* ---------------------------------- lock Keys ---------------------------------- */ /* ---------------------------------- lock Keys ---------------------------------- */
// Lock the screen // Lock the screen
{1, {{MODKEY|ShiftMask, XK_x}}, spawn, SHCMD("betterlockscreen -l dim") }, {1, {{MODKEY|ShiftMask, XK_x}}, spawn, SHCMD("betterlockscreen -l dim") },
{1, {{0, XF86XK_Suspend}}, spawn, SHCMD("betterlockscreen -l dim") },
// Kill dwm (super + shift + alt + q) // Kill dwm (super + shift + alt + q)
{1, {{MODKEY|ShiftMask|Mod1Mask, XK_q}}, quit, {0} }, {1, {{MODKEY|ShiftMask|Mod1Mask, XK_q}}, quit, {0} },
}; };