This commit is contained in:
= 2021-05-20 15:18:34 +01:00
parent 8b549a2ef0
commit 55c164b4b7
3 changed files with 13 additions and 10 deletions

View File

@ -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: ",│`|:\"' ()[]{}<>"

View File

@ -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: ",│`|:\"' ()[]{}<>"

View File

@ -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: ",│`|:\"' ()[]{}<>"