launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows

Fixes #6026
This commit is contained in:
Kovid Goyal
2023-02-16 16:24:46 +05:30
parent c73c165be1
commit 72b2ba51df
3 changed files with 14 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class Launch(RemoteCommand):
os_window_title/str: Title for OS Window
os_window_name/str: WM_NAME for OS Window
os_window_class/str: WM_CLASS for OS Window
os_window_state/choices.normal.fullscreen.maximized.minimized: The initial state for OS Window
color/list.str: list of color specifications such as foreground=red
watcher/list.str: list of paths to watcher files
'''