diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 14:01:45 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 14:01:45 +0200 |
| commit | d14443eacab1d986733e810a15d4f2d9f874b0db (patch) | |
| tree | ad9c68c86cf3d5b5f678b7e7643013de2b0426ac | |
| parent | dd185b8e21cedbdd970e3c3f098f588fe8b6c8fe (diff) | |
alacritty: Use url-launcher in both configs
| -rw-r--r-- | .config/alacritty/alacritty.yml | 8 | ||||
| -rw-r--r-- | .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 |