diff options
author | Anders Rasmussen <divinegod@gmail.com> | 2017-02-05 21:01:26 +1100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-02-06 20:45:17 -0800 |
commit | edc2c7f5b9784310f150724a786ae3bc3be74490 (patch) | |
tree | 42b6c6dfdf5f4d202f8ec02b309637586ab9e2a8 /README.md | |
parent | 9d44526bf9ac8f20b090cc8a9279e527ec07d189 (diff) | |
download | alacritty-edc2c7f5b9784310f150724a786ae3bc3be74490.tar.gz alacritty-edc2c7f5b9784310f150724a786ae3bc3be74490.zip |
Configurable window dimensions
Adds a configuration option `dimensions` which will set initial
window size by columns and lines. Changes to the config file will
require restart.
resolves #370
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -171,9 +171,9 @@ is created once alacritty is first run. On most systems this often defaults to `$HOME/.config/alacritty/alacritty.yml`. Many configuration options will take effect immediately upon saving changes to -the config file. The only exception is the `font` and `dpi` section which -requires Alacritty to be restarted. For further explanation of the config file, -please consult the comments in the default config file. +the config file. The only exception is the `font`, `dimensions` and `dpi` sections +which requires Alacritty to be restarted. For further explanation of the config +file, please consult the comments in the default config file. ## Issues (known, unknown, feature requests, etc) |