mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Clean up previous PR
This commit is contained in:
@@ -220,6 +220,8 @@ Detailed list of changes
|
|||||||
|
|
||||||
- Fix :ac:`remote_control_script` not working in a kitty instance run from inside another kitty instance
|
- Fix :ac:`remote_control_script` not working in a kitty instance run from inside another kitty instance
|
||||||
|
|
||||||
|
- quick-access-terminal kitten: Allow configuring the layer on which to display the terminal (:pull:`10242`)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.47.4 [2026-06-15]
|
0.47.4 [2026-06-15]
|
||||||
|
|||||||
@@ -40,7 +40,12 @@ opt('columns', '80', long_text=panel_opts['columns'].help)
|
|||||||
|
|
||||||
opt('edge', 'top', choices=panel_opts['edge'].choices, long_text=help_of('edge'))
|
opt('edge', 'top', choices=panel_opts['edge'].choices, long_text=help_of('edge'))
|
||||||
|
|
||||||
opt('layer', 'overlay', choices=panel_opts['layer'].choices, long_text=help_of('layer'))
|
opt('layer', 'overlay', choices=panel_opts['layer'].choices, long_text='''
|
||||||
|
Controls the z-index layer on which the quick access terminal is displayed.
|
||||||
|
On Linux, if you want the quick access terminal to inter operate with
|
||||||
|
IME systems, you might need to change this to :code:`top`.
|
||||||
|
See the documentation of the :option:`kitty +kitten panel --layer` for details.
|
||||||
|
''')
|
||||||
|
|
||||||
opt('background_opacity', '0.85', option_type='unit_float', long_text='''
|
opt('background_opacity', '0.85', option_type='unit_float', long_text='''
|
||||||
The background opacity of the window. This works the same as the kitty
|
The background opacity of the window. This works the same as the kitty
|
||||||
|
|||||||
Reference in New Issue
Block a user