From ff3a80b8e81565e67cddc6592e6a551d1d5ed32c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 27 Feb 2023 13:04:18 +0100 Subject: changed opacity added regex hint for copying links --- config/X/alacritty/alacritty.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/X/alacritty/alacritty.yml b/config/X/alacritty/alacritty.yml index 3b29294..475f9a6 100644 --- a/config/X/alacritty/alacritty.yml +++ b/config/X/alacritty/alacritty.yml @@ -67,7 +67,7 @@ window: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. - opacity: 0.80 + opacity: 0.97 # Startup Mode (changes require restart) # @@ -505,6 +505,13 @@ hints: binding: key: U mods: Control|Shift + - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + action: Copy + post_processing: false + binding: + key: L + mods: Control|Shift - regex: "([0-9]{2}[0-9]*)" action: Copy post_processing: false -- cgit v1.2.3