diff --git a/README.md b/README.md index 8f7b63c..c9c92f6 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,8 @@ Leader = `,` | mod1+Shift+e | exit i3 | | | mod1+r/mod1 + enter | starte alacritty | | | mod1 + Shift + Pfeiltasten | Tausche Fenster | | + + +## alacritty + +* Links mit anklickbar diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 25eac3a..9478a0b 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -32,3 +32,12 @@ colors: magenta: '0xd3869b' cyan: '0x8ec07c' white: '0xebdbb2' + +# Mache URLs anklickbar + 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 +