aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index f6c9f25..d62e5ca 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -567,7 +567,8 @@ void Fluxbox::setupConfigFiles() {
567 } 567 }
568 568
569 //mark creation of files 569 //mark creation of files
570 create_init = create_keys = create_menu = true; 570 create_init = create_keys = create_menu = create_apps = create_overlay =
571 create_windowmenu = true;
571 } 572 }
572 573
573 574