use ctrl-move or ctrl-resize to activate dual position switch feature

This commit is contained in:
Kang Yu 2023-12-10 14:53:11 -08:00
parent 82fa1833d5
commit 26714e7e82
2 changed files with 13 additions and 6 deletions

View file

@ -165,10 +165,7 @@ namespace PersistentWindows.SystrayShell
fix_unminimized_window = false;
break;
case "-foreground_background_dual_position=0":
pwp.enableSmartForeBackground = false;
break;
case "-foreground_background_dual_position=1":
pwp.enableSmartForeBackground = true;
pwp.enableDualPosSwitch = false;
break;
case "-prompt_session_restore":
prompt_session_restore = true;