diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-07-18 21:52:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 21:52:18 +0300 |
commit | c3075f189c2d8148c70a82f176565ea8e420b49f (patch) | |
tree | 162c389453a0ad6b7c4c68c79dde6e8665546b8c | |
parent | f5e02862ffdcc579264ce85f11aed96732b257ff (diff) | |
download | alacritty-c3075f189c2d8148c70a82f176565ea8e420b49f.tar.gz alacritty-c3075f189c2d8148c70a82f176565ea8e420b49f.zip |
Document options which are not working everywhere yet
This includes `window.position` and `window.resize_increments`.
-rw-r--r-- | extra/man/alacritty.5.scd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 15bc2127..718abfa3 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -104,7 +104,7 @@ This section documents the *[window]* table of the configuration file. Default: { columns = _0_, lines = _0_ } -*position* = _"None"_ | { x = _<integer>_, y = _<integer>_ } +*position* = _"None"_ | { x = _<integer>_, y = _<integer>_ } # _(has no effect on Wayland)_ Window startup position. @@ -197,13 +197,13 @@ This section documents the *[window]* table of the configuration file. Default: _"None"_ -*resize_increments* = _true_ | _false_ +*resize_increments* = _true_ | _false_ # _(works on macOS/X11)_ Prefer resizing window by discrete steps equal to cell dimensions. Default: _false_ -*option_as_alt* = _"OnlyLeft"_ | _"OnlyRight"_ | _"Both"_ | _"None"_ # _(macos only)_ +*option_as_alt* = _"OnlyLeft"_ | _"OnlyRight"_ | _"Both"_ | _"None"_ # _(macOS only)_ Make _Option_ key behave as _Alt_. |