summaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp3
1 files changed, 1 insertions, 2 deletions
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