make sure apps, overlay, and windowmenu get copied on new installations
This commit is contained in:
parent
ed2a4580d1
commit
91ca3bc5c8
1 changed files with 2 additions and 1 deletions
|
@ -567,7 +567,8 @@ void Fluxbox::setupConfigFiles() {
|
|||
}
|
||||
|
||||
//mark creation of files
|
||||
create_init = create_keys = create_menu = true;
|
||||
create_init = create_keys = create_menu = create_apps = create_overlay =
|
||||
create_windowmenu = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue