Enable Seamless & Self Restart Patches
- Disable restart signal patch (external method of controlling dwm) - Enable seamless restart patch (preserve wm settings across restart) - Enable self restart patch (internal method of controlling dwm) - Update self restart keybinding to be same as restart sig
This commit is contained in:
@@ -1028,7 +1028,7 @@ static Key keys[] = {
|
||||
#endif // KILLUNSEL_PATCH
|
||||
|
||||
#if SELFRESTART_PATCH
|
||||
{ MODKEY|ShiftMask, XK_r, self_restart, {0} },
|
||||
{ MODKEY|ControlMask|ShiftMask, XK_q, self_restart, {0} },
|
||||
#endif // SELFRESTART_PATCH
|
||||
|
||||
{ MODKEY|ShiftMask, XK_q, quit, {0} },
|
||||
|
Reference in New Issue
Block a user