diff options
Diffstat (limited to 'by_os/Linux/ratpoison/.ratpoisonrc')
-rw-r--r-- | by_os/Linux/ratpoison/.ratpoisonrc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/by_os/Linux/ratpoison/.ratpoisonrc b/by_os/Linux/ratpoison/.ratpoisonrc new file mode 100644 index 0000000..f9257c5 --- /dev/null +++ b/by_os/Linux/ratpoison/.ratpoisonrc @@ -0,0 +1,34 @@ +exec ~/.local/bin/autostart + +escape F13 +definekey top F14 readkey root + +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 $(~/.local/bin/battery-charge)" +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 ~/.local/bin/layout-switch +bind Cyrillic_el exec ~/.local/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 + |