Cleanup docs a bit

This commit is contained in:
Kovid Goyal 2021-08-18 08:31:49 +05:30
parent bdebb19648
commit 801f0d51a1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 5 deletions

View File

@ -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`)

View File

@ -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