mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows
Fixes #6026
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user