all repos — openbox @ 3fd35d37e692edc703291a594de1928439de82eb

openbox fork - make it a bit more like ryudo

add another hardcoded binding :)
Dana Jansens danakj@orodu.net
commit

3fd35d37e692edc703291a594de1928439de82eb

parent

7493785c1710ae5e2695b58e3c8e2f9f3f922140

1 files changed, 5 insertions(+), 0 deletions(-)

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

@@ -204,6 +204,11 @@ XStringToKeysym("4")),

Mod1Mask | ControlMask | ShiftMask, 3)); _actions.push_back(Action(Action::execute, XKeysymToKeycode(getXDisplay(), + XStringToKeysym("Escape")), + Mod1Mask | ControlMask, + "sleep 1 && xset dpms force off")); + _actions.push_back(Action(Action::execute, + XKeysymToKeycode(getXDisplay(), XStringToKeysym("space")), Mod1Mask, "rxvt")); activateGrabs();