]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
make cycling by window class work properly, was using the app name instead of class
[chaz/openbox] / util / epist / epist.cc
index b9dac6a842d6cc7c6aa17bdeddd2bb993d72931d..1a4b4c24370f46684adfeb8075b45c8923ddfcc7 100644 (file)
@@ -159,7 +159,7 @@ epist::epist(char **argv, char *dpy_name, char *rc_file)
   _actions.push_back(Action(Action::execute,
                            XKeysymToKeycode(getXDisplay(),
                                              XStringToKeysym("F6")),
-                           Mod1Mask));
+                           Mod1Mask, "aterm"));
   activateGrabs();
 }
 
This page took 0.022002 seconds and 4 git commands to generate.