maybe_migrate_legacy_confs

Function maybe_migrate_legacy_confs 

Source
pub fn maybe_migrate_legacy_confs()
Expand description

What: Migrate legacy pacsea.conf into the split theme.conf and settings.conf files.

Inputs:

  • None.

Output:

  • None.

Details:

  • Copies non-preference keys to theme.conf and preference keys (excluding keybinds) to settings.conf.
  • Seeds missing files with skeleton content when the legacy file is absent or empty.
  • Leaves existing, non-empty split configs untouched to avoid overwriting user changes.