feat: downstream alacritty config

This commit is contained in:
AngeD 2023-10-28 00:41:36 +02:00
parent e1b2e5279e
commit 434d3b2428

View File

@ -94,13 +94,25 @@ window:
# General application class # General application class
#general: Alacritty #general: Alacritty
# Decorations theme variant (Linux/BSD only) # Decorations theme variant
# #
# Override the variant of the GTK theme/Wayland client side decorations. # Override the variant of the System theme/GTK theme/Wayland client side
# Commonly supported values are `dark` and `light`. Set this to `None` to use # decorations. Commonly supported values are `Dark`, `Light`, and `None` for
# the default theme variant. # auto pick-up. Set this to `None` to use the default theme variant.
#decorations_theme_variant: None #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: #scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
@ -449,9 +461,6 @@ window:
# directory of the parent process will be used. # directory of the parent process will be used.
#working_directory: None #working_directory: None
# Send ESC (\x1b) before characters when alt is pressed.
#alt_send_esc: true
# Offer IPC using `alacritty msg` (unix only) # Offer IPC using `alacritty msg` (unix only)
#ipc_socket: true #ipc_socket: true
@ -566,7 +575,7 @@ window:
# - Key0-Key9 # - Key0-Key9
# #
# A full list with available key codes can be found here: # A full list with available key codes can be found here:
# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants # https://docs.rs/winit/*/winit/event/enum.VirtualKeyCode.html#variants
# #
# Instead of using the name of the keys, the `key` field also supports using # Instead of using the name of the keys, the `key` field also supports using
# the scancode of the desired key. Scancodes have to be specified as a # the scancode of the desired key. Scancodes have to be specified as a
@ -615,6 +624,7 @@ window:
# - Quit # - Quit
# Quit Alacritty. # Quit Alacritty.
# - ToggleFullscreen # - ToggleFullscreen
# - ToggleMaximized
# - SpawnNewInstance # - SpawnNewInstance
# Spawn a new instance of Alacritty. # Spawn a new instance of Alacritty.
# - CreateNewWindow # - CreateNewWindow
@ -865,7 +875,7 @@ window:
#- { key: M, mods: Command, action: Minimize } #- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit } #- { key: Q, mods: Command, action: Quit }
#- { key: W, 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|Control, action: ToggleFullscreen }
#- { key: F, mods: Command, mode: ~Search, action: SearchForward } #- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward } #- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
@ -888,6 +898,12 @@ window:
# - Trace # - Trace
#log_level: Warn #log_level: Warn
# Renderer override.
# - glsl3
# - gles2
# - gles2_pure
#renderer: None
# Print all received window events. # Print all received window events.
#print_events: false #print_events: false