From 0a9e40ba7394ada8a659e40a27a976648d45761b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 23 Nov 2023 21:57:00 +0400 Subject: Add example for [window] section in alacritty(5) This should give a hint on how to generally tweak things. --- extra/man/alacritty.5.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra') 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. -- cgit v1.2.3-54-g00ecf