diff options
Diffstat (limited to 'ratpoison')
-rw-r--r-- | ratpoison/.ratpoisonrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ratpoison/.ratpoisonrc b/ratpoison/.ratpoisonrc index cdc6a51..53933ba 100644 --- a/ratpoison/.ratpoisonrc +++ b/ratpoison/.ratpoisonrc @@ -1,8 +1,8 @@ -exec feh --no-xinerama --image-bg black --bg-center '/home/pks/var/img/MIPS_R3000A_die-1024x1024.jpg' -exec mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/.local +exec feh --no-xinerama --image-bg black --bg-center "$HOME/images/MIPS_R3000A_die-1024x1024.jpg" +exec mkdir -p /tmp/pks/.cache /tmp/pks/.ccache exec xmodmap exec xbindkeys -exec ~/bin/urxvtd -q -f -o +exec ~/.local/bin/urxvtd -q -f -o exec xset s 0 exec xrandr --output VGA-0 --off exec imwheel @@ -11,11 +11,11 @@ exec unclutter -idle 5 escape F13 definekey top F14 readkey root -bind Return exec /home/pks/bin/urxvtc --saveLines 10000 +bind Return exec ~/.local/bin/urxvtc --saveLines 10000 unbind c 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 b exec ratpoison -c "echo $(~/.local/bin/battery-charge)" bind s hsplit bind S split bind q only @@ -28,8 +28,8 @@ bind J exchangedown bind H exchangeleft bind L exchangeright bind t time -bind k exec ~/bin/layout_switch -bind Cyrillic_el exec ~/bin/layout_switch +bind k exec ~/.local/bin/layout-switch +bind Cyrillic_el exec ~/.local/bin/layout-switch bind F14 other defborder 0 |