From 3fd35d37e692edc703291a594de1928439de82eb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 21:08:11 +0000 Subject: [PATCH] add another hardcoded binding :) --- util/epist/epist.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 7f874634..6d122807 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -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")), -- 2.39.2