From 433474998e93d477b5519a26ddef70de36ca0fcd Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 15 Jun 2015 18:55:55 +0200 Subject: goodbye chromium, hello firefox! --- .Xdefaults | 2 +- .gitignore | 1 - .mutt/mailcap | 2 +- .newsbeuter/config | 2 +- .ratpoisonrc | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 8dd9a22..75bac71 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -67,6 +67,6 @@ URxvt.tabbed.title: yes /* url-select */ URxvt.url-select.autocopy: false URxvt.url-select.button: 1 -URxvt.url-select.launcher: chromium +URxvt.url-select.launcher: firefox URxvt.url-select.underline: true diff --git a/.gitignore b/.gitignore index ddd1883..4b5a590 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ .ccache .clamz/amzfiles/ .clamz/cookies -.config/chromium/ .config/gtk-2.0/gtkfilechooser.ini .config/libimobiledevice/ .config/vdirsyncer/ diff --git a/.mutt/mailcap b/.mutt/mailcap index ac5612f..fc25715 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; chromium %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s application/x-pdf; mupdf %s diff --git a/.newsbeuter/config b/.newsbeuter/config index 6187765..3e2bbe0 100644 --- a/.newsbeuter/config +++ b/.newsbeuter/config @@ -12,7 +12,7 @@ color article color246 black #highlight article "^Link: .*$" blue default #highlight article "^Date: .*$" color4 default -browser "chromium &>/dev/null" +browser "firefox &>/dev/null" show-read-articles no bind-key j down diff --git a/.ratpoisonrc b/.ratpoisonrc index b0157cf..d9442cf 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -13,7 +13,7 @@ definekey top F14 readkey root bind Return exec /home/pks/bin/urxvtc --saveLines 10000 unbind c -bind C exec ~/bin/chromium +bind C exec /usr/bin/firefox bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff bind b exec ratpoison -c "echo $(~/bin/avg_batt)" bind s hsplit -- cgit v1.2.3