diff options
author | Patrick Simianer <p@simianer.de> | 2015-06-15 18:55:55 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-06-15 18:55:55 +0200 |
commit | 433474998e93d477b5519a26ddef70de36ca0fcd (patch) | |
tree | 5685143ed6add49256fcd100a63a5a776593b2c5 | |
parent | 3a223a8d438cdb94eaf82d74c0e2763bc4c93936 (diff) |
goodbye chromium, hello firefox!
-rw-r--r-- | .Xdefaults | 2 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .mutt/mailcap | 2 | ||||
-rw-r--r-- | .newsbeuter/config | 2 | ||||
-rw-r--r-- | .ratpoisonrc | 2 |
5 files changed, 4 insertions, 5 deletions
@@ -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 @@ -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 |