1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Add example for [window] section in alacritty(5)

This should give a hint on how to generally tweak things.
This commit is contained in:
Kirill Chibisov 2023-11-23 21:57:00 +04:00
parent 8c1b1b8538
commit 0a9e40ba73

View file

@ -184,6 +184,13 @@ This section documents the *[window]* table of the configuration file.
Default: _"None"_
Example:
*[window]*++
padding = { x = _3_, y = _3_ }++
dynamic_padding = _true_++
opacity = _0.9_
# SCROLLING
This section documents the *[scrolling]* table of the configuration file.