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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user