diff options
| -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  | 
