Cleanup previous PR
This commit is contained in:
parent
e1f5c3ff5c
commit
27a9db95af
2 changed files with 4 additions and 3 deletions
|
|
@ -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='''
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue