X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Futil.cc;h=39ea0f6cc7a85a9326e74a9588ee801dad4ac10e;hb=19bfac5195a1917f4a0bbcf910e90d5b800c5146;hp=ebca51d51ef0f6fe38c4a4ee4fcbebdaa4c3fe62;hpb=06388d73b75d985ab10586bd116de7fac4ea2b8e;p=chaz%2Fopenbox diff --git a/otk/util.cc b/otk/util.cc index ebca51d5..39ea0f6c 100644 --- a/otk/util.cc +++ b/otk/util.cc @@ -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('/'))); }