diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:04:18 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:04:18 +0100 |
commit | ff3a80b8e81565e67cddc6592e6a551d1d5ed32c (patch) | |
tree | b66d303c94ece7947e87402c389a35fbf03e476d /config/X/alacritty | |
parent | 211569b573ff014badc68d392fe6d2c17f068d13 (diff) |
changed opacity added regex hint for copying links
Diffstat (limited to 'config/X/alacritty')
-rw-r--r-- | config/X/alacritty/alacritty.yml | 9 |
1 files changed, 8 insertions, 1 deletions
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 |