From a16ae8733983b7e4c7733512cf1c5b9f2cb0b2db Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 18:04:48 +0000 Subject: [PATCH] changed teh builtin bindings.. :) --- util/epist/epist.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.39.2