From e2e4b0831774da13340c81959a1fe15b95c440f3 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 16 Jul 2019 17:38:38 +0100 Subject: [PATCH] alacritty: add toggle fullscreen --- alacritty.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/alacritty.yml b/alacritty.yml index bf1e15f..ba1039f 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -398,13 +398,22 @@ key_bindings: - chars: \ key: Y mods: Alt +- action: ToggleFullscreen + key: F + mods: Command live_config_reload: true mouse: double_click: threshold: 300 faux_scrollback_lines: 1 + hide_when_typing: false triple_click: threshold: 300 + url: + launcher: + args: [] + program: '' + modifiers: None mouse_bindings: - action: PasteSelection mouse: Middle