ALACRITTY(1) | General Commands Manual | ALACRITTY(1) |
NAME
Alacritty - A fast, cross-platform, OpenGL terminal emulator.
SYNOPSIS
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance.
FLAGS
-h, --help
--hold
--daemon
--print-events
-q
--ref-test
-v
-V, --version
OPTIONS
--class <GENERAL> | <GENERAL>,<INSTANCE>
When only the general class is passed, instance will be set to the same value.
On Wayland the general class sets the app_id, while the instance class is ignored.
Default: Alacritty,Alacritty
-e, --command <COMMAND>...
--config-file <CONFIG_FILE>
Alacritty doesn't create the config file for you, but it looks for one in the following locations on UNIX systems:
- 1.
- $XDG_CONFIG_HOME/alacritty/alacritty.toml
- 2.
- $XDG_CONFIG_HOME/alacritty.toml
- 3.
- $HOME/.config/alacritty/alacritty.toml
- 4.
- $HOME/.alacritty.toml
On Windows, the config file will be looked for in:
- 1.
- %APPDATA%\alacritty\alacritty.toml
--embed <PARENT>
-o, --option <OPTION>...
Example: alacritty -o 'cursor.style="Beam"'
--socket <SOCKET>
-T, --title <TITLE>
Default: Alacritty
--working-directory <WORKING_DIRECTORY>
SUBCOMMANDS
msg
migrate
-c, --config-file <CONFIG_FILE>
-d, --dry-run
-i, --skip-imports
--skip-renames
-s, --silent
-h, --help
SEE ALSO
BUGS
Found a bug? Please report it at https://github.com/alacritty/alacritty/issues.
MAINTAINERS
- Christian Duerr <contact@christianduerr.com>
- Kirill Chibisov <contact@kchibisov.com>
2024-10-22 |