diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-12-05 11:16:25 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-12-05 11:16:25 -0500 |
commit | 29975809fb305c56c724af4ff0db2dad4af0782a (patch) | |
tree | 00ea2b055a6260e995f1e0f162ca47b649f93ed5 /.Xresources | |
parent | slighty better make version checking (diff) |
Switch default web browser to firefox
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 86ed251..5e14ca1 100644 --- a/.Xresources +++ b/.Xresources @@ -18,8 +18,7 @@ URxvt.mapAlert: true URxvt.font: xft:Inconsolata:size=7,xft:Input Mono Medium:size=7,xft:DejaVu Sans Mono:size=7,xft:Liberation Mono:size=7 URxvt.perl-lib: /home/ryan/.urxvt URxvt.perl-ext-common: default,matcher,font-size,-searchable-scrollback -//URxvt*bellCommand: zenity --info --text="Bell in URxvt" -URxvt*urlLauncher: firefox +URxvt.url-launcher: firefox URxvt.matcher.button: 1 URxvt.visualBell: false URxvt.urgentOnBell: true |