]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
add execute command. add string to action class.
[chaz/openbox] / util / epist / epist.cc
index 231c51f69eca1864a245c0f8d9b6ce17f2c9ba0a..1a4b4c24370f46684adfeb8075b45c8923ddfcc7 100644 (file)
@@ -156,6 +156,10 @@ 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("F6")),
+                           Mod1Mask, "aterm"));
   activateGrabs();
 }
 
This page took 0.023484 seconds and 4 git commands to generate.