diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-11-20 12:07:53 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-11-20 12:07:53 +0100 |
commit | 0cbbde22d9aa2bea07dd50c3c2d8fa401990a4a3 (patch) | |
tree | 7aef18bc69a76fa480467c4f0342cecea73451fe /Xresources | |
parent | 094d8efbc38f2c281243059970725414df21278b (diff) |
Fix some xdg-open options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources/.Xresources/base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/base index 3d4b573..67d6f1a 100644 --- a/Xresources/.Xresources/base +++ b/Xresources/.Xresources/base @@ -14,7 +14,7 @@ URxvt.clipboard.pastecmd: xclip -o -selection clipboard ! Perl extensions configuration URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize -URxvt.url-select.launcher: /usr/bin/firefox +URxvt.url-select.launcher: /usr/bin/xdg-open URxvt.url-select.underline: true ! Key bindings for extensions |