]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
sync with bb. mostly cleanups in Window.cc
[chaz/openbox] / src / blackbox.cc
index 36828f7e5e3ce2927e24bebe5521c2a3731a0a49..00a640381530341f1974dacc5a92334ac9bb79fd 100644 (file)
@@ -1145,6 +1145,7 @@ void Blackbox::restart(const char *prog) {
   shutdown();
 
   if (prog) {
+    putenv(const_cast<char *>(screenList.front()->displayString().c_str()));
     execlp(prog, prog, NULL);
     perror(prog);
   }
This page took 0.020821 seconds and 4 git commands to generate.