diff options
author | Sabu Siyad <hello@ssiyad.com> | 2022-08-03 02:13:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 20:43:37 +0000 |
commit | 76c5d01ee2b2178e71df578a109108655a97c24a (patch) | |
tree | 186412c5a5f1f8bb24c286b8b4c202c1ce05a4eb /alacritty.yml | |
parent | 1df32309fe69d4e8113813a3e9049a7039650f44 (diff) | |
download | alacritty-76c5d01ee2b2178e71df578a109108655a97c24a.tar.gz alacritty-76c5d01ee2b2178e71df578a109108655a97c24a.zip |
Warn if only columns XOR lines is set
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml index 4301d8e1..0f7bb884 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -26,9 +26,10 @@ #window: # Window dimensions (changes require restart) # - # Number of lines/columns (not pixels) in the terminal. The number of columns - # must be at least `2`, while using a value of `0` for columns and lines will - # fall back to the window manager's recommended size. + # Number of lines/columns (not pixels) in the terminal. Both lines and columns + # must be non-zero for this to take effect. The number of columns must be at + # least `2`, while using a value of `0` for columns and lines will fall back + # to the window manager's recommended size #dimensions: # columns: 0 # lines: 0 |