[−][src]Module alacritty::config
Re-exports
pub use crate::config::bindings::Action; |
pub use crate::config::bindings::Binding; |
pub use crate::config::bindings::BindingMode; |
pub use crate::config::bindings::Key; |
pub use crate::config::bindings::SearchAction; |
pub use crate::config::bindings::ViAction; |
Modules
| bindings | |
| debug | |
| font | |
| monitor | |
| mouse | |
| serde_utils | Serde helpers. |
| ui_config | |
| window |
Enums
| Error | Errors occurring during config loading. |
Constants
| IMPORT_RECURSION_LIMIT | Maximum number of depth for the configuration file imports. |
Functions
| installed_config | Get the location of the first found default config file paths according to the following order: |
| load | Load the configuration file. |
| load_from | Load configuration file and log errors. |
| load_imports | Load all referenced configuration files. |
| parse_config | Deserialize all configuration files as generic Value. |
| read_config | Deserialize configuration file from path. |
| reload | Attempt to reload the configuration file. |
Type Definitions
| Config | |
| Result | Result from config loading. |