diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 6fcdefe..c2e3365 100644 --- a/.config/alacritty.yml +++ b/.config/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. @@ -449,9 +461,6 @@ window: # 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 @@ -566,7 +575,7 @@ window: # - Key0-Key9 # # 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 # the scancode of the desired key. Scancodes have to be specified as a @@ -615,6 +624,7 @@ window: # - Quit # Quit Alacritty. # - ToggleFullscreen +# - ToggleMaximized # - SpawnNewInstance # Spawn a new instance of Alacritty. # - CreateNewWindow @@ -865,7 +875,7 @@ window: #- { 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 } @@ -888,6 +898,12 @@ window: # - Trace #log_level: Warn + # Renderer override. + # - glsl3 + # - gles2 + # - gles2_pure + #renderer: None + # Print all received window events. #print_events: false