diff options
author | Patrick Simianer <p@simianer.de> | 2015-04-12 18:56:59 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-04-12 18:56:59 +0200 |
commit | 7b5b5422aa3f7230fc76987a40b946b70d11f20f (patch) | |
tree | 991b6848fc680486f2b0bbd02aae4e26dee088c5 | |
parent | 1d475691f3b3e35029db6ffd34ba1e42fe59b029 (diff) |
ratpoisonrc: fix
-rw-r--r-- | .ratpoisonrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ratpoisonrc b/.ratpoisonrc index ea98c49..9a4f8ee 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -15,7 +15,7 @@ bind Return exec /home/pks/bin/urxvtc --saveLines 10000 unbind c bind C exec /home/pks/bin/chromium bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff -bind b exec ratpoison -c "echo $(avg_batt)" +bind b exec ratpoison -c "echo $(~/bin/avg_batt)" bind s hsplit bind S split bind q only |