diff options
Diffstat (limited to 'ratpoison/.ratpoisonrc')
-rw-r--r-- | ratpoison/.ratpoisonrc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ratpoison/.ratpoisonrc b/ratpoison/.ratpoisonrc new file mode 100644 index 0000000..cdc6a51 --- /dev/null +++ b/ratpoison/.ratpoisonrc @@ -0,0 +1,42 @@ +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 xmodmap +exec xbindkeys +exec ~/bin/urxvtd -q -f -o +exec xset s 0 +exec xrandr --output VGA-0 --off +exec imwheel +exec xset b off +exec unclutter -idle 5 +escape F13 +definekey top F14 readkey root + +bind Return exec /home/pks/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 s hsplit +bind S split +bind q only +bind j focusdown +bind h focusleft +bind k focusup +bind l focusright +bind K exchangeup +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 F14 other + +defborder 0 +defpadding 0 0 0 0 +defbarpadding 0 0 + +set border 0 +set font "Gotham Rounded Light:size=20" +set winname class + |