Cleanup previous PR

This commit is contained in:
Kovid Goyal 2025-05-15 21:44:05 +05:30
parent e1f5c3ff5c
commit 27a9db95af
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 3 deletions

View file

@ -67,7 +67,8 @@
)
opt('app_id', f'{appname}-quick-access',
long_text='On Wayland set the :italic:`namespace` parameter of the LayerShellV1 surface. On X11 set the WM_CLASS assigned to the quick access window. (Linux only)')
long_text='On Wayland set the :italic:`namespace` of the layer shell surface.'
' On X11 set the WM_CLASS assigned to the quick access window. (Linux only)')
opt('output_name', '', long_text='''

View file

@ -375,7 +375,7 @@ def kitty_options_spec() -> str:
dest=cls
default={appname}
condition=not is_macos
On Wayland set the :italic:`namespaces` parameter of the LayerShellV1 surface. On X11 set the class part of the :italic:`WM_CLASS` window property.
On Wayland set the :italic:`application id`. On X11 set the class part of the :italic:`WM_CLASS` window property.
--name --os-window-tag
@ -650,7 +650,7 @@ def build_panel_cli_spec(defaults: dict[str, str]) -> str:
dest=cls
default={cls}
condition=not is_macos
On X11 set the class part of the :italic:`WM_CLASS` window property.
On Wayland set the :italic:`namespace` of the layer shell surface. On X11 set the class part of the :italic:`WM_CLASS` window property.
--name --os-window-tag