projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7493785
)
add another hardcoded binding :)
author
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 21:08:11 +0000
(21:08 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 21:08:11 +0000
(21:08 +0000)
util/epist/epist.cc
patch
|
blob
|
history
diff --git
a/util/epist/epist.cc
b/util/epist/epist.cc
index 7f8746342101387909dd4b98ad8a55705b795464..6d122807c06d642dc06acd73ed5965955c43fd45 100644
(file)
--- 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")),