summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-23 21:57:00 +0400
committerKirill Chibisov <contact@kchibisov.com>2023-11-24 03:01:10 +0400
commit0a9e40ba7394ada8a659e40a27a976648d45761b (patch)
tree2df867f23c0cd74808bd8ae58c5c473492720565
parent8c1b1b85381a1c20e1cd145aeb30029945403f6c (diff)
downloadalacritty-0a9e40ba7394ada8a659e40a27a976648d45761b.tar.gz
alacritty-0a9e40ba7394ada8a659e40a27a976648d45761b.zip
Add example for [window] section in alacritty(5)
This should give a hint on how to generally tweak things.
-rw-r--r--extra/man/alacritty.5.scd7
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.