From 86f9bf05ea8085a94411b10610265227e13d5f75 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Tue, 28 Sep 2021 20:47:18 +0100 Subject: [PATCH] tweaks to yml file --- alacritty/alacritty.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 870bded..58d28c7 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -22,7 +22,7 @@ colors: cursor: style: - shape: Beam + shape: Block blinking: On #text: '0x44475a' #cursor: '0xf8f8f2' @@ -108,6 +108,12 @@ font: style: size: 6.95 + url: + # URL launcher + # + # This program is executed when clicking on a text which is recognized as a URL. + # The URL is always added to the command as the last parameter. + launcher: xdg-open # Key bindings Key_bindings: - { key: Equals, mods: Super, action: IncreaseFontSize }