aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-24 14:14:01 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:24 (GMT)
commit8e408fb12177586d09bc42536bbf54db54fa605d (patch)
tree3ab92eafddc427e142b61b38b1106f70cc293e66 /src/main.cc
parent5a96ffd04b2eb10d32bf83f98e0437b3d12f9cc5 (diff)
downloadfluxbox_pavel-8e408fb12177586d09bc42536bbf54db54fa605d.zip
fluxbox_pavel-8e408fb12177586d09bc42536bbf54db54fa605d.tar.bz2
Rename new config files to <foo>.lua
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index cfc702c..2d1a2f3 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -246,7 +246,7 @@ struct Options {
246#endif 246#endif
247 if (env && strlen(env) > 0) { 247 if (env && strlen(env) > 0) {
248 rc_path.assign(std::string(env) + "/." + realProgramName("fluxbox")); 248 rc_path.assign(std::string(env) + "/." + realProgramName("fluxbox"));
249 rc_file = rc_path + "/init2"; 249 rc_file = rc_path + "/init.lua";
250 } 250 }
251 } 251 }
252 252