add command option -foreground_background_dual_position=0 to disable smart foregroudn/backgrounding switching

This commit is contained in:
Kang Yu 2023-09-14 22:12:14 -07:00
parent 7d464fa4ab
commit 786ba0437d
2 changed files with 11 additions and 2 deletions

View file

@ -164,6 +164,9 @@ namespace PersistentWindows.SystrayShell
case "-fix_unminimized_window=0":
fix_unminimized_window = false;
break;
case "-foreground_background_dual_position=0":
pwp.enableSmartForeBackground = false;
break;
case "-prompt_session_restore":
prompt_session_restore = true;
break;