add another hardcoded binding :)

This commit is contained in:
Dana Jansens 2002-07-20 21:08:11 +00:00
parent 7493785c17
commit 3fd35d37e6

View 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")),