summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnders Rasmussen <divinegod@gmail.com>2017-02-05 21:01:26 +1100
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-06 20:45:17 -0800
commitedc2c7f5b9784310f150724a786ae3bc3be74490 (patch)
tree42b6c6dfdf5f4d202f8ec02b309637586ab9e2a8 /README.md
parent9d44526bf9ac8f20b090cc8a9279e527ec07d189 (diff)
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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e35998c4..aada4430 100644
--- a/README.md
+++ b/README.md
@@ -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)