Skip to content

[RFC] Save window state outside of XDG_CONFIG_HOME

Nicolas Fella requested to merge work/windowprops into master

The window state is volatile data and thus should not be saved in .config

This moves the default save location from .config/appnamerc to .local/share/appname/appnamestaterc, which is more appropriate.

This is particularly relevant when .config is version-controlled where you don't want volatile changes, i.e. when moving a window

Merge request reports