mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
add command option -foreground_background_dual_position=0 to disable smart foregroudn/backgrounding switching
This commit is contained in:
parent
7d464fa4ab
commit
786ba0437d
2 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue