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:
aa34774
)
changed teh builtin bindings.. :)
author
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 18:04:48 +0000
(18:04 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 18:04:48 +0000
(18:04 +0000)
util/epist/epist.cc
patch
|
blob
|
history
diff --git
a/util/epist/epist.cc
b/util/epist/epist.cc
index 51c1e8200efe19ecd517ea0eedc76903853affdc..eea8502d9889b0209aa2ea9eba32fad2b89d7102 100644
(file)
--- a/
util/epist/epist.cc
+++ b/
util/epist/epist.cc
@@
-160,8
+160,8
@@
epist::epist(char **argv, char *dpy_name, char *rc_file)
Mod1Mask | ControlMask | ShiftMask, 3));
_actions.push_back(Action(Action::execute,
XKeysymToKeycode(getXDisplay(),
- XStringToKeysym("
F6
")),
- Mod1Mask, "
aterm
"));
+ XStringToKeysym("
space
")),
+ Mod1Mask, "
rxvt
"));
activateGrabs();
}