update
This commit is contained in:
parent
8b549a2ef0
commit
55c164b4b7
|
@ -208,9 +208,6 @@ mouse_bindings:
|
||||||
- { mouse: Middle, action: PasteSelection }
|
- { mouse: Middle, action: PasteSelection }
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
url:
|
|
||||||
launcher:
|
|
||||||
program: qutebrowser
|
|
||||||
# Click settings
|
# Click settings
|
||||||
#
|
#
|
||||||
# The `double_click` and `triple_click` settings control the time
|
# 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.
|
# To disable this completely, set `faux_scrollback_lines` to 0.
|
||||||
faux_scrollback_lines: 1
|
faux_scrollback_lines: 1
|
||||||
|
|
||||||
|
hints:
|
||||||
|
launcher:
|
||||||
|
program: qutebrowser
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||||
|
|
||||||
|
|
|
@ -209,9 +209,6 @@ mouse_bindings:
|
||||||
- { mouse: Middle, action: PasteSelection }
|
- { mouse: Middle, action: PasteSelection }
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
url:
|
|
||||||
launcher:
|
|
||||||
program: qutebrowser
|
|
||||||
# Click settings
|
# Click settings
|
||||||
#
|
#
|
||||||
# The `double_click` and `triple_click` settings control the time
|
# 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.
|
# To disable this completely, set `faux_scrollback_lines` to 0.
|
||||||
faux_scrollback_lines: 1
|
faux_scrollback_lines: 1
|
||||||
|
|
||||||
|
hints:
|
||||||
|
launcher:
|
||||||
|
program: qutebrowser
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||||
|
|
||||||
|
|
|
@ -189,9 +189,6 @@ mouse_bindings:
|
||||||
- { mouse: Middle, action: PasteSelection }
|
- { mouse: Middle, action: PasteSelection }
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
url:
|
|
||||||
launcher:
|
|
||||||
program: qutebrowser
|
|
||||||
# Click settings
|
# Click settings
|
||||||
#
|
#
|
||||||
# The `double_click` and `triple_click` settings control the time
|
# The `double_click` and `triple_click` settings control the time
|
||||||
|
@ -199,7 +196,6 @@ mouse:
|
||||||
# or triple click.
|
# or triple click.
|
||||||
double_click: { threshold: 300 }
|
double_click: { threshold: 300 }
|
||||||
triple_click: { threshold: 300 }
|
triple_click: { threshold: 300 }
|
||||||
|
|
||||||
# Faux Scrollback
|
# Faux Scrollback
|
||||||
#
|
#
|
||||||
# The `faux_scrollback_lines` setting controls the number
|
# The `faux_scrollback_lines` setting controls the number
|
||||||
|
@ -210,6 +206,11 @@ mouse:
|
||||||
# To disable this completely, set `faux_scrollback_lines` to 0.
|
# To disable this completely, set `faux_scrollback_lines` to 0.
|
||||||
faux_scrollback_lines: 1
|
faux_scrollback_lines: 1
|
||||||
|
|
||||||
|
hints:
|
||||||
|
launcher:
|
||||||
|
program: qutebrowser
|
||||||
|
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue