Quick access terminal: Allow configuring the monitor to display the panel on in Wayland/X11

Fixes #8630
This commit is contained in:
Kovid Goyal
2025-05-13 11:52:52 +05:30
parent 74291d0425
commit a39b7eb7dd
3 changed files with 12 additions and 0 deletions

View File

@@ -69,6 +69,13 @@ opt('+kitty_override', '', long_text='Override individual kitty configuration op
opt('app_id', f'{appname}-quick-access',
long_text='The Wayland APP_ID assigned to the quick access window (Linux only)')
opt('output_name', '', long_text='''
On Wayland or X11, the panel can only be displayed on a single monitor (output) at a time. This allows
you to specify which output is used, by name. If not specified the compositor will choose an
output automatically, typically the last output the user interacted with or the primary monitor.
''')
opt('start_as_hidden', 'no', option_type='to_bool',
long_text='Whether to start the quick access terminal hidden. Useful if you are starting it as part of system startup.')