ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add my mac-specific ratpoison config

+64
+64
.ratpoisonrc.mac
··· 1 + # 2 + # ratpoison config 3 + # by joshua stein <jcs@jcs.org> 4 + # 5 + # some of these settings require changes from my ratpoison tree: 6 + # http://github.com/jcs/ratpoison 7 + # 8 + 9 + # call them as i sees them 10 + set winname title 11 + 12 + set padding 10 10 10 10 13 + set gap 4 14 + 15 + msgwait 3 16 + set barborder 0 17 + set bargravity nw 18 + set barpadding 7 3 19 + set barsticky off 20 + set bgcolor #a3a098 21 + set fgcolor #e3e0d5 22 + set font fixed 23 + set winliststyle row 24 + set winfmt %t 25 + 26 + # add leading and trailing space around this now that the padding is small 27 + set framefmt current frame 28 + 29 + # window borders 30 + set border 4 31 + set fwcolor orange3 32 + set bwcolor #e3e0d5 33 + 34 + set fakeroot on 35 + set fakerootcolor #e3e0d5 36 + 37 + # be like screen 38 + escape C-a 39 + bind s split 40 + bind C-s split 41 + bind S hsplit 42 + bind C-S hsplit 43 + 44 + bind c exec xterm 45 + bind C-c exec xterm 46 + 47 + bind L exec open -a /System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/ScreenSaverEngine.app 48 + 49 + # prevent accidental closes 50 + unbind k 51 + 52 + # don't save mouse position 53 + warp off 54 + 55 + # i like tab just going between the same two windows 56 + bind Tab focuslast 57 + bind grave focus 58 + 59 + # startup configuration 60 + 61 + vinit 62 + hsplit 63 + 64 + exec xterm