diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-07-26 11:01:37 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-07-26 11:01:37 -0400 |
commit | d5e968c74f2e8466028e52d74af29ae74ba06ea3 (patch) | |
tree | 9fe5a72a0fb5a44eda572a694358caa7c1920929 /.Xresources | |
parent | Open html in emails with chrome (diff) |
Set URL launcher to google-chrome in urxvt
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index d649b4d..15feda3 100644 --- a/.Xresources +++ b/.Xresources @@ -19,7 +19,7 @@ URxvt.font: xft:Input Mono Medium:size=7,xft:Inconsolata:size=7,xft:DejaVu Sans URxvt.perl-lib: /home/ryan/.urxvt URxvt.perl-ext-common: default,matcher,font-size //URxvt*bellCommand: zenity --info --text="Bell in URxvt" -URxvt*urlLauncher: firefox +URxvt*urlLauncher: google-chrome URxvt.matcher.button: 1 URxvt.visualBell: false URxvt.urgentOnBell: true |