]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
changed teh builtin bindings.. :)
[chaz/openbox] / util / epist / epist.cc
index 51c1e8200efe19ecd517ea0eedc76903853affdc..eea8502d9889b0209aa2ea9eba32fad2b89d7102 100644 (file)
@@ -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();
 }
 
This page took 0.019868 seconds and 4 git commands to generate.