diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-15 19:57:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 19:57:15 +0000 |
commit | d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad (patch) | |
tree | 4b0326cf4ea450d6870d2604f464b8ecfd354c9c /alacritty.yml | |
parent | ba76ac8661539727c96362d501590d4a18936b39 (diff) | |
download | alacritty-d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad.tar.gz alacritty-d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad.zip |
Add option for dynamic padding (#1780)
This adds the `window.dynamic_padding` option which allows disabling the
dynamic spread of additional padding around the grid's content.
Based on the feedback I've gotten so far and the fact that most other
terminal emulators do not seem to center the content inside themselves,
I've changed the default configuration option to disable centering of the grid.
This fixes #1778.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 4a62b920..f66269a1 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -29,6 +29,9 @@ window: x: 2 y: 2 + # Spread additional padding evenly around the terminal content. + dynamic_padding: false + # Window decorations # # Values for `decorations`: |