diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 6810499..fa5153b 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -94,13 +94,25 @@ window: # General application class #general: Alacritty - # Decorations theme variant (Linux/BSD only) + # Decorations theme variant # - # Override the variant of the GTK theme/Wayland client side decorations. - # Commonly supported values are `dark` and `light`. Set this to `None` to use - # the default theme variant. + # Override the variant of the System theme/GTK theme/Wayland client side + # decorations. Commonly supported values are `Dark`, `Light`, and `None` for + # auto pick-up. Set this to `None` to use the default theme variant. #decorations_theme_variant: None + # Resize increments + # + # Prefer resizing window by discrete steps equal to cell dimensions. + #resize_increments: false + + # Make `Option` key behave as `Alt` (macOS only): + # - OnlyLeft + # - OnlyRight + # - Both + # - None (default) + #option_as_alt: None + #scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -158,7 +170,7 @@ font: style: Bold Italic # Point size - size: 8.0 + size: 9.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -449,9 +461,6 @@ font: # directory of the parent process will be used. #working_directory: None -# Send ESC (\x1b) before characters when alt is pressed. -#alt_send_esc: true - # Offer IPC using `alacritty msg` (unix only) #ipc_socket: true @@ -615,6 +624,7 @@ hints: # - Quit # Quit Alacritty. # - ToggleFullscreen +# - ToggleMaximized # - SpawnNewInstance # Spawn a new instance of Alacritty. # - CreateNewWindow @@ -866,7 +876,7 @@ key_bindings: #- { key: M, mods: Command, action: Minimize } #- { key: Q, mods: Command, action: Quit } #- { key: W, mods: Command, action: Quit } - #- { key: N, mods: Command, action: SpawnNewInstance } + #- { key: N, mods: Command, action: CreateNewWindow } #- { key: F, mods: Command|Control, action: ToggleFullscreen } #- { key: F, mods: Command, mode: ~Search, action: SearchForward } #- { key: B, mods: Command, mode: ~Search, action: SearchBackward }