]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
add another hardcoded binding :)
[chaz/openbox] / util / epist / epist.cc
index 7f8746342101387909dd4b98ad8a55705b795464..6d122807c06d642dc06acd73ed5965955c43fd45 100644 (file)
@@ -202,6 +202,11 @@ epist::epist(char **argv, char *dpy_name, char *rc_file)
                            XKeysymToKeycode(getXDisplay(),
                                              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")),
This page took 0.019528 seconds and 4 git commands to generate.