X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=src%2Fconfig.cpp;h=b610c6e4af8291c03ee6169c9c6f09d495d7f5c8;hp=1393fdd16122c0e5068f0942b3aa361edc2bc109;hb=757c16403ef30a498477dda53ffdcbe634f27c80;hpb=dc539df27ac3009a5e29f6a537a66b86708387c5 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