mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
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('+kitty_override', '', long_text='Override individual kitty configuration op
|
|||
)
|
||||
|
||||
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 @@ Use the special value :code:`list` to get a list of available outputs.
|
|||
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…
Add table
Add a link
Reference in a new issue