mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Improve handling of output names
Now can use panel --output-name list to list available outputs. Also, --output-name works on macOS
This commit is contained in:
@@ -71,9 +71,10 @@ opt('app_id', f'{appname}-quick-access',
|
||||
|
||||
|
||||
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
|
||||
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.
|
||||
You can get a list of available outputs by running: :code:`kitten panel --output-name list`.
|
||||
''')
|
||||
|
||||
opt('start_as_hidden', 'no', option_type='to_bool',
|
||||
|
||||
Reference in New Issue
Block a user