diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/alacritty.yml b/alacritty.yml index a0765b12..5a841263 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -263,10 +263,7 @@ mouse: # # This program is executed when clicking on a text which is recognized as a URL. # The URL is always added to the command as the last parameter. - #url_launcher: - # program: /usr/bin/firefox - # args: - # - --new-tab + url_launcher: xdg-open selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |