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:
parent
8c1b1b8538
commit
0a9e40ba73
1 changed files with 7 additions and 0 deletions
|
@ -184,6 +184,13 @@ This section documents the *[window]* table of the configuration file.
|
||||||
|
|
||||||
Default: _"None"_
|
Default: _"None"_
|
||||||
|
|
||||||
|
Example:
|
||||||
|
*[window]*++
|
||||||
|
padding = { x = _3_, y = _3_ }++
|
||||||
|
dynamic_padding = _true_++
|
||||||
|
opacity = _0.9_
|
||||||
|
|
||||||
|
|
||||||
# SCROLLING
|
# SCROLLING
|
||||||
|
|
||||||
This section documents the *[scrolling]* table of the configuration file.
|
This section documents the *[scrolling]* table of the configuration file.
|
||||||
|
|
Loading…
Reference in a new issue