diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
commit | 2555dc067f7f8915af366a8e344381f8185b271a (patch) | |
tree | 4f66476de4ecc63e0b70ea9a84b85ace4bd2e736 /by_host/Linux/ratpoison | |
parent | d046586dc26e103dc972167524d75069097669ee (diff) |
cleanup
Diffstat (limited to 'by_host/Linux/ratpoison')
-rw-r--r-- | by_host/Linux/ratpoison/.ratpoisonrc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/by_host/Linux/ratpoison/.ratpoisonrc b/by_host/Linux/ratpoison/.ratpoisonrc new file mode 100644 index 0000000..f9257c5 --- /dev/null +++ b/by_host/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 + |