diff --git a/alacritty--light-small.yml b/alacritty--light-small.yml index b1ff1ac..2a84cb8 100644 --- a/alacritty--light-small.yml +++ b/alacritty--light-small.yml @@ -208,9 +208,6 @@ mouse_bindings: - { mouse: Middle, action: PasteSelection } mouse: - url: - launcher: - program: qutebrowser # Click settings # # The `double_click` and `triple_click` settings control the time @@ -229,6 +226,10 @@ mouse: # To disable this completely, set `faux_scrollback_lines` to 0. faux_scrollback_lines: 1 +hints: + launcher: + program: qutebrowser + selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" diff --git a/alacritty--light.yml b/alacritty--light.yml index b16cf4b..175ffa2 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -209,9 +209,6 @@ mouse_bindings: - { mouse: Middle, action: PasteSelection } mouse: - url: - launcher: - program: qutebrowser # Click settings # # The `double_click` and `triple_click` settings control the time @@ -230,6 +227,10 @@ mouse: # To disable this completely, set `faux_scrollback_lines` to 0. faux_scrollback_lines: 1 +hints: + launcher: + program: qutebrowser + selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" diff --git a/alacritty.yml b/alacritty.yml index ca3f3f4..45bb4a2 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -189,9 +189,6 @@ mouse_bindings: - { mouse: Middle, action: PasteSelection } mouse: - url: - launcher: - program: qutebrowser # Click settings # # The `double_click` and `triple_click` settings control the time @@ -199,7 +196,6 @@ mouse: # or triple click. double_click: { threshold: 300 } triple_click: { threshold: 300 } - # Faux Scrollback # # The `faux_scrollback_lines` setting controls the number @@ -210,6 +206,11 @@ mouse: # To disable this completely, set `faux_scrollback_lines` to 0. faux_scrollback_lines: 1 +hints: + launcher: + program: qutebrowser + + selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>"