diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 87c4c468..8b8b26cf 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc @@ -287,6 +287,7 @@ Fluxbox::Fluxbox(int argc, char **argv, "Error message when no X display appears to exist"); } + m_config.path = rc_path; m_config.file = rc_filename; m_active_screen.mouse = 0; m_active_screen.key = 0;