aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-24 14:14:01 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:33 (GMT)
commitf01627a66ab53b25090b678d71ba78cd411c7452 (patch)
treed1af0acce0bd670e73c66ee33cae2136129fa5a0 /src/main.cc
parent63043b396d4fb5b5d71dc1c5c92a293abc9254ca (diff)
downloadfluxbox_paul-f01627a66ab53b25090b678d71ba78cd411c7452.zip
fluxbox_paul-f01627a66ab53b25090b678d71ba78cd411c7452.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 ab6050b..7deb053 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -231,7 +231,7 @@ struct Options {
231#endif 231#endif
232 if (env && strlen(env) > 0) { 232 if (env && strlen(env) > 0) {
233 rc_path.assign(std::string(env) + "/." + realProgramName("fluxbox")); 233 rc_path.assign(std::string(env) + "/." + realProgramName("fluxbox"));
234 rc_file = rc_path + "/init2"; 234 rc_file = rc_path + "/init.lua";
235 } 235 }
236 } 236 }
237 237