···11+#
22+# ratpoison config
33+# by joshua stein <jcs@jcs.org>
44+#
55+# some of these settings require changes from my ratpoison tree:
66+# http://github.com/jcs/ratpoison
77+#
88+99+# call them as i sees them
1010+set winname title
1111+1212+set padding 10 10 10 10
1313+set gap 4
1414+1515+msgwait 3
1616+set barborder 0
1717+set bargravity nw
1818+set barpadding 7 3
1919+set barsticky off
2020+set bgcolor #a3a098
2121+set fgcolor #e3e0d5
2222+set font fixed
2323+set winliststyle row
2424+set winfmt %t
2525+2626+# add leading and trailing space around this now that the padding is small
2727+set framefmt current frame
2828+2929+# window borders
3030+set border 4
3131+set fwcolor orange3
3232+set bwcolor #e3e0d5
3333+3434+set fakeroot on
3535+set fakerootcolor #e3e0d5
3636+3737+# be like screen
3838+escape C-a
3939+bind s split
4040+bind C-s split
4141+bind S hsplit
4242+bind C-S hsplit
4343+4444+bind c exec xterm
4545+bind C-c exec xterm
4646+4747+bind L exec open -a /System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/ScreenSaverEngine.app
4848+4949+# prevent accidental closes
5050+unbind k
5151+5252+# don't save mouse position
5353+warp off
5454+5555+# i like tab just going between the same two windows
5656+bind Tab focuslast
5757+bind grave focus
5858+5959+# startup configuration
6060+6161+vinit
6262+hsplit
6363+6464+exec xterm