diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index ac4477fc..fd13c2b9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -23,8 +23,9 @@ #window: # Window dimensions (changes require restart) # - # Specified in number of columns/lines, not pixels. - # If both are `0`, this setting is ignored. + # 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. #dimensions: # columns: 0 # lines: 0 |