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

@@ -237,7 +237,7 @@
#define RESIZEPOINT_PATCH 0
#define RESTARTSIG_PATCH 1
#define RESTARTSIG_PATCH 0
#define RIODRAW_PATCH 0
@@ -253,11 +253,11 @@
#define SCRATCHPAD_ALT_1_PATCH 0
#define SEAMLESS_RESTART_PATCH 0
#define SEAMLESS_RESTART_PATCH 1
#define SELECTIVEFAKEFULLSCREEN_PATCH 0
#define SELFRESTART_PATCH 0
#define SELFRESTART_PATCH 1
#define SENDMON_KEEPFOCUS_PATCH 0