alacritty: Collapse font families, remove mouse.url.launcher to allow autodetection

This commit is contained in:
Adam Goldsmith 2019-08-03 01:23:59 -04:00
parent c142d21b67
commit 065fc7d78d
1 changed files with 2 additions and 9 deletions

View File

@ -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 }