Struct alacritty::config::ui_config::UiConfig[][src]

pub struct UiConfig {
Show 16 fields pub font: Font, pub window: WindowConfig, pub mouse: Mouse, pub debug: Debug, pub alt_send_esc: bool, pub live_config_reload: bool, pub bell: BellConfig, pub colors: Colors, pub draw_bold_text_with_bright_colors: bool, pub config_paths: Vec<PathBuf>, pub hints: Hints, pub ipc_socket: bool, pub terminal_config: TerminalConfig, key_bindings: KeyBindings, mouse_bindings: MouseBindings, background_opacity: Option<Percentage>,
}

Fields

font: Font

Font configuration.

window: WindowConfig

Window configuration.

mouse: Mousedebug: Debug

Debug options.

alt_send_esc: bool

Send escape sequences using the alt key.

live_config_reload: bool

Live config reload.

bell: BellConfig

Bell configuration.

colors: Colors

RGB values for colors.

draw_bold_text_with_bright_colors: bool

Should draw bold text with brighter colors instead of bold font.

config_paths: Vec<PathBuf>

Path where config was loaded from.

hints: Hints

Regex hints for interacting with terminal content.

ipc_socket: bool

Offer IPC through a unix socket.

terminal_config: TerminalConfig

Config for the alacritty_terminal itself.

key_bindings: KeyBindings

Keybindings.

mouse_bindings: MouseBindings

Bindings for the mouse.

background_opacity: Option<Percentage>

Background opacity from 0.0 to 1.0.

Implementations

Generate key bindings for all keyboard hints.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.