diff options
Diffstat (limited to 'extra/man/alacritty.5.scd')
-rw-r--r-- | extra/man/alacritty.5.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index f7ac1767..29319174 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -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. |