From 8718d88f8314d793a6eaa64dd3fc2fe2fedb4bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Mon, 23 Jan 2023 23:33:07 +0100 Subject: [PATCH] Alacritty: sync with latest upstream --- .config/alacritty/alacritty.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 50c3226..6810499 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -566,7 +566,7 @@ hints: # - 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 @@ -889,6 +889,12 @@ key_bindings: # - Trace #log_level: Warn + # Renderer override. + # - glsl3 + # - gles2 + # - gles2_pure + #renderer: None + # Print all received window events. #print_events: false