From 065fc7d78d381bcbd158e7bfd3221b9b84b4f421 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 3 Aug 2019 01:23:59 -0400 Subject: [PATCH] alacritty: Collapse font families, remove mouse.url.launcher to allow autodetection --- .config/alacritty/alacritty.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 0523c41..1e84ad5 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -38,12 +38,7 @@ scrolling: auto_scroll: false font: - normal: - family: Hack - bold: - family: Hack - italic: - family: Hack + normal: { family: Hack } size: 11.0 # Display tabs using this many cells (changes require restart) @@ -85,9 +80,7 @@ colors: mouse: hide_when_typing: true - url: - launcher: xdg-open - modifiers: Control|Shift + url: { modifiers: Control|Shift } mouse_bindings: - { mouse: Middle, action: PasteSelection }