alacritty: Links anklickbar
This commit is contained in:
parent
7d8d3b61e4
commit
e06b008f13
2 changed files with 14 additions and 0 deletions
|
@ -81,3 +81,8 @@ Leader = `,`
|
|||
| mod1+Shift+e | exit i3 | |
|
||||
| mod1+r/mod1 + enter | starte alacritty | |
|
||||
| mod1 + Shift + Pfeiltasten | Tausche Fenster | |
|
||||
|
||||
|
||||
## alacritty
|
||||
|
||||
* Links mit <Shift+Linksklick> anklickbar
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue