alacritty: Fix url launcher section
URL launcher was not functional due to being not aligned with the mouse section.
This commit is contained in:
parent
b861963f9a
commit
78522c4699
1 changed files with 4 additions and 4 deletions
|
@ -257,10 +257,10 @@ mouse:
|
||||||
# These are the modifiers that need to be held down for opening URLs when clicking
|
# These are the modifiers that need to be held down for opening URLs when clicking
|
||||||
# on them. The available modifiers are documented in the key binding section.
|
# on them. The available modifiers are documented in the key binding section.
|
||||||
# modifiers: Control|Shift
|
# modifiers: Control|Shift
|
||||||
url:
|
url:
|
||||||
launcher:
|
launcher:
|
||||||
program: xdg-open
|
program: xdg-open
|
||||||
modifiers: Control
|
modifiers: Control
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||||
|
|
Loading…
Reference in a new issue