aboutsummaryrefslogtreecommitdiff
path: root/extra/man/alacritty.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/man/alacritty.5.scd')
-rw-r--r--extra/man/alacritty.5.scd30
1 files changed, 15 insertions, 15 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index f1efc781..1c0aa1d1 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -25,7 +25,7 @@ On Windows, the config file will be looked for in:
# GENERAL
-This section documents the root level of the configuration file.
+This section documents the *[general]* table of the configuration file.
*import* = [_"<string>"_,]
@@ -46,20 +46,6 @@ This section documents the root level of the configuration file.
_"alacritty-theme/themes/gruvbox_dark.toml"_,++
]
-*shell* = _"<string>"_ | { program = _"<string>"_, args = [_"<string>"_,] }
-
- You can set _shell.program_ to the path of your favorite shell, e.g.
- _/bin/zsh_. Entries in _shell.args_ are passed as arguments to the shell.
-
- Default:
- Linux/BSD/macOS: _$SHELL_ or the user's login shell, if _$SHELL_ is unset++
-Windows: _"powershell"_
-
- Example:
- *[shell]*++
-program = _"/bin/zsh"_++
-args = [_"-l"_]
-
*working_directory* = _"<string>"_ | _"None"_
Directory the shell is started in. When this is unset, or _"None"_, the
@@ -605,6 +591,20 @@ This section documents the *[cursor]* table of the configuration file.
This section documents the *[terminal]* table of the configuration file.
+*shell* = _"<string>"_ | { program = _"<string>"_, args = [_"<string>"_,] }
+
+ You can set _shell.program_ to the path of your favorite shell, e.g.
+ _/bin/zsh_. Entries in _shell.args_ are passed as arguments to the shell.
+
+ Default:
+ Linux/BSD/macOS: _$SHELL_ or the user's login shell, if _$SHELL_ is unset++
+Windows: _"powershell"_
+
+ Example:
+ *[shell]*++
+program = _"/bin/zsh"_++
+args = [_"-l"_]
+
*osc52* = _"Disabled"_ | _"OnlyCopy"_ | _"OnlyPaste"_ | _"CopyPaste"_
Controls the ability to write to the system clipboard with the _OSC 52_