add another hardcoded binding :)
This commit is contained in:
parent
7493785c17
commit
3fd35d37e6
1 changed files with 5 additions and 0 deletions
|
@ -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")),
|
||||
|
|
Loading…
Reference in a new issue