diff options
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty-desktop.yml | 4 | ||||
-rw-r--r-- | .config/alacritty/alacritty-laptop.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty-desktop.yml b/.config/alacritty/alacritty-desktop.yml index 5eae7c9..208a379 100644 --- a/.config/alacritty/alacritty-desktop.yml +++ b/.config/alacritty/alacritty-desktop.yml @@ -230,12 +230,12 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: false - url: + #url: # URL launcher # # 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. - launcher: xdg-open + #launcher: xdg-open # URL modifiers # diff --git a/.config/alacritty/alacritty-laptop.yml b/.config/alacritty/alacritty-laptop.yml index ad22f74..4a0a1f1 100644 --- a/.config/alacritty/alacritty-laptop.yml +++ b/.config/alacritty/alacritty-laptop.yml @@ -230,12 +230,12 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: false - url: + #url: # URL launcher # # 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. - launcher: xdg-open + #launcher: xdg-open # URL modifiers # |