From a3ad519e3b080619ecc738b710d379b4f350e481 Mon Sep 17 00:00:00 2001 From: Cian Bagshaw Date: Sun, 15 Jan 2023 17:18:33 +0000 Subject: [PATCH] alacritty --- .config/alacritty/alacritty.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/alacritty/alacritty.yml diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml new file mode 100644 index 0000000..a54f6b9 --- /dev/null +++ b/.config/alacritty/alacritty.yml @@ -0,0 +1,22 @@ +shell: /bin/bash + +window: + padding: + x: 8 + y: 3 + +font: + normal: + family: monospace + style: Regular + size: 14 + +cursor: + style: + shape: Beam + unfocused_hollow: false + +key_bindings: + - { key: Key0, mods: Control, action: ResetFontSize } + - { key: Plus, mods: Control, action: IncreaseFontSize } + - { key: Minus, mods: Control, action: DecreaseFontSize } -- 2.20.1