mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Modify docs since --class and --name dont apply to panels on Wayland
This commit is contained in:
@@ -67,7 +67,7 @@ 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)')
|
||||
long_text='The WM_CLASS assigned to the quick access window (X11 only)')
|
||||
|
||||
|
||||
opt('output_name', '', long_text='''
|
||||
|
||||
@@ -650,7 +650,7 @@ Use the special value :code:`list` to get a list of available outputs.
|
||||
dest=cls
|
||||
default={cls}
|
||||
condition=not is_macos
|
||||
Set the :italic:`application id` on Wayland. On X11 set the class part of the :italic:`WM_CLASS` window property.
|
||||
On X11 set the class part of the :italic:`WM_CLASS` window property.
|
||||
|
||||
|
||||
--name --os-window-tag
|
||||
|
||||
Reference in New Issue
Block a user