commits
that cron thing has been bugging me for years!
also make macros use command names instead of keys bound to them, in
case they change
(and is smarter about release or snapshots directory)
ditch X-No-Archive which i've been stupidly using on mailing lists
for too long
seems to hang sessions when logging in and is very annoying. maybe
i should just do this in ~/.ssh/config
The screen saver is set to ScriptSaver, which can only call
AppleScripts, so that calls ~/bin/mac/lock_runner.scpt, which just
runs ~/bin/lock.
~/bin/lock does some stuff like removing ssh keys in the agent and
then turns off the screen to save power
ratpoison needs allowSendEvents enabled to inject control+a because
it steals control+a, but that disables color ops so i can't use
xtermcontrol. emptying disallowedColorOps nullifies that and allows
color ops with allowSendEvents enabled.