all repos — openbox @ a16ae8733983b7e4c7733512cf1c5b9f2cb0b2db

openbox fork - make it a bit more like ryudo

changed teh builtin bindings.. :)
Dana Jansens danakj@orodu.net
commit

a16ae8733983b7e4c7733512cf1c5b9f2cb0b2db

parent

aa34774d4c8758c33e66fd78b0135303456c5e51

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/epist/epist.ccutil/epist/epist.cc

@@ -160,8 +160,8 @@ XStringToKeysym("4")),

Mod1Mask | ControlMask | ShiftMask, 3)); _actions.push_back(Action(Action::execute, XKeysymToKeycode(getXDisplay(), - XStringToKeysym("F6")), - Mod1Mask, "aterm")); + XStringToKeysym("space")), + Mod1Mask, "rxvt")); activateGrabs(); }