mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
use ctrl-move or ctrl-resize to activate dual position switch feature
This commit is contained in:
parent
82fa1833d5
commit
26714e7e82
2 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue