]> Dogcows Code - chaz/openbox/blobdiff - otk/util.cc
broken to all hell. oh no.
[chaz/openbox] / otk / util.cc
index ebca51d51ef0f6fe38c4a4ee4fcbebdaa4c3fe62..39ea0f6cc7a85a9326e74a9588ee801dad4ac10e 100644 (file)
@@ -39,6 +39,7 @@ string expandTilde(const string& s) {
 
   const char* const home = getenv("HOME");
   if (home == NULL) return s;
+printf("tilde: getenv(DISPLAY)=%s\n", getenv("DISPLAY"));
 
   return string(home + s.substr(s.find('/')));
 }
This page took 0.020446 seconds and 4 git commands to generate.