Modify docs since --class and --name dont apply to panels on Wayland

This commit is contained in:
Kovid Goyal
2025-05-15 19:55:20 +05:30
parent a3634e4903
commit 9a543c2370
2 changed files with 2 additions and 2 deletions

View File

@@ -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='''

View File

@@ -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