From d14443eacab1d986733e810a15d4f2d9f874b0db Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 14:01:45 +0200 Subject: alacritty: Use url-launcher in both configs --- .config/alacritty/alacritty.yml | 8 ++++---- .config/alacritty/launcher.yml | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2f9b829..b297d2b 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -48,7 +48,7 @@ window: # Values for `decorations`: # - full: Borders and title bar # - none: Neither borders nor title bar - decorations: full + decorations: none # Startup Mode (changes require restart) # @@ -96,7 +96,7 @@ window: # Some applications, like Emacs, rely on knowing about the width of a tab. # To prevent unexpected behavior in these applications, it's also required to # change the `it` value in terminfo when altering this setting. -tabspaces: 8 +#tabspaces: 8 # Font configuration (changes require restart) # @@ -387,8 +387,8 @@ mouse: # - (macOS) open # - (Linux) xdg-open # - (Windows) explorer - # launcher: - # program: url-launcher + launcher: + program: url-launcher # args: [] # URL modifiers diff --git a/.config/alacritty/launcher.yml b/.config/alacritty/launcher.yml index fc1e0ff..877e2bd 100644 --- a/.config/alacritty/launcher.yml +++ b/.config/alacritty/launcher.yml @@ -55,3 +55,8 @@ background_opacity: 0.95 # args: # - LD_LIBRARY_PATH=/usr/local/lib64 # - mrsh + +mouse: + url: + launcher: + program: url-launcher -- cgit 1.4.1