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]
|
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`)
|
aligned (:iss:`3946`)
|
||||||
|
|
||||||
- Allow the user to supply a custom Python function to draw tab bar. See
|
- 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
|
- Fix a regression that caused :option:`kitty --title` to not work when
|
||||||
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)
|
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
|
.. envvar:: KITTY_WAYLAND_DETECT_MODIFIERS
|
||||||
|
|
||||||
When set to a non-empty value, kitty attempts to autodiscover XKB
|
When set to a non-empty value, kitty attempts to autodiscover XKB modifiers
|
||||||
modifiers under Wayland. It is possible for the autodiscovery to
|
under Wayland. This is useful if using non-standard modifers like hyper. It
|
||||||
fail; the default Wayland XKB mappings are used in this case.
|
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
|
Variables that kitty sets when running child programs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user