diff options
author | Patrick Simianer <p@simianer.de> | 2015-04-25 20:47:23 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-04-25 20:47:23 +0200 |
commit | 1e6c0157a40b076a2aacf00ab3cd58ef506890fb (patch) | |
tree | 6d3ef5b0de65b88d827c16d301bd0428924484c5 /.ratpoisonrc | |
parent | 58b9deb1a92d8086f30db1f1b9e70be6ee7b2a7e (diff) |
fix
Diffstat (limited to '.ratpoisonrc')
-rw-r--r-- | .ratpoisonrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ratpoisonrc b/.ratpoisonrc index 9a4f8ee..1bc0438 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 $(~/bin/avg_batt)" +bind b exec ratpoison -c "echo $(/home/pks/bin/avg_batt)" bind s hsplit bind S split bind q only |