mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
Cleanup docs a bit
This commit is contained in:
parent
bdebb19648
commit
801f0d51a1
@ -7,11 +7,11 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
0.23.2 [future]
|
||||
----------------------
|
||||
|
||||
- A new option :option:`tab_bar_align` to draw the tab bar centered or right
|
||||
- A new option :opt:`tab_bar_align` to draw the tab bar centered or right
|
||||
aligned (:iss:`3946`)
|
||||
|
||||
- Allow the user to supply a custom Python function to draw tab bar. See
|
||||
:option:`tab_bar_style`
|
||||
:opt:`tab_bar_style`
|
||||
|
||||
- Fix a regression that caused :option:`kitty --title` to not work when
|
||||
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)
|
||||
|
@ -73,9 +73,10 @@ Variables that influence kitty behavior
|
||||
|
||||
.. envvar:: KITTY_WAYLAND_DETECT_MODIFIERS
|
||||
|
||||
When set to a non-empty value, kitty attempts to autodiscover XKB
|
||||
modifiers under Wayland. It is possible for the autodiscovery to
|
||||
fail; the default Wayland XKB mappings are used in this case.
|
||||
When set to a non-empty value, kitty attempts to autodiscover XKB modifiers
|
||||
under Wayland. This is useful if using non-standard modifers like hyper. It
|
||||
is possible for the autodiscovery to fail; the default Wayland XKB mappings
|
||||
are used in this case. See :pull:`3943` for details.
|
||||
|
||||
|
||||
Variables that kitty sets when running child programs
|
||||
|
Loading…
Reference in New Issue
Block a user