From: Dana Jansens Date: Sat, 20 Jul 2002 18:04:48 +0000 (+0000) Subject: changed teh builtin bindings.. :) X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a16ae8733983b7e4c7733512cf1c5b9f2cb0b2db;p=chaz%2Fopenbox changed teh builtin bindings.. :) --- diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 51c1e820..eea8502d 100644 --- 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(); }