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:
Sravan Balaji
2022-06-17 14:14:55 -04:00
parent 95137984ea
commit 5053183365
3 changed files with 8 additions and 8 deletions

View File

@@ -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} },