X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.cpp;h=b610c6e4af8291c03ee6169c9c6f09d495d7f5c8;hb=2f34481142341c8f24e78fe6cf94ba9c1abec54b;hp=1393fdd16122c0e5068f0942b3aa361edc2bc109;hpb=04540dd41d0b3c1fad72b3074c0511dadc947657;p=staging%2Fwindowmanager.git diff --git a/src/config.cpp b/src/config.cpp index 1393fdd..b610c6e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -20,8 +20,7 @@ namespace wm { config::config() : cfg() { // Supply default values for these... - this->cfg["layers.json"] = getenv("LAYERS_JSON") ?: "../layers.json"; - this->cfg["layout.json"] = getenv("LAYOUT_JSON") ?: "../layout.json"; + this->cfg["layers.json"] = getenv("LAYERS_JSON") ?: "/etc/layers.json"; } } // namespace wm