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
1 changed files with 7 additions and 0 deletions

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.