bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
585 stars 98 forks source link

How to keep preferences files in sync #599

Closed frankzen closed 3 years ago

frankzen commented 3 years ago

Whenever I compile and install a new version I don't know how to ensure any new keys are in my local preferences file. Is there a relatively easy way to do this? I have a lot of modified preferences in my local version. Thanks

gijsbers commented 3 years ago

icewm --rewrite-preferences

Keep a backup of what you had, so you can compare and decide if you like the result.

frankzen commented 3 years ago

That works! Thanka