dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 60d68ab6187bbad01e78e6a7f4bbd41ba70fd47e
parent 0348b1c0df67d71272f0cc78b6faf7c105273d1f
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Sun, 10 Jul 2022 13:34:48 +0200

Update alacritty

Diffstat:
Malacritty/.config/alacritty/alacritty.yml | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml @@ -75,7 +75,7 @@ font: style: Italic # Point size of the font - size: 12.0 + size: 14.0 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. @@ -145,12 +145,13 @@ colors: # # To completely disable the visual bell, set its duration to 0. # -visual_bell: +bell: animation: EaseOutExpo duration: 0 # Background opacity -background_opacity: 0.9019607843137255 +window: + opacity: 0.9 # Mouse bindings # @@ -244,7 +245,7 @@ key_bindings: - { key: Insert, mods: Shift, action: PasteSelection } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: Minus, mods: Control, action: DecreaseFontSize } - { key: Up, mods: Control|Shift, action: ScrollToTop } - { key: Down, mods: Control|Shift, action: ScrollToBottom } - { key: PageUp, mods: Shift, action: ScrollPageUp }