> And I guess over time we will find more stuff that's better placed in the > session.conf
I can make three suggestions now: ``` [geany] msgwindow_position treeview_position geometry ``` It looks like these can be extracted from a single if-statement in `save_ui_prefs()`. Of course saving these can be disabled: ``` [geany] pref_main_save_winpos=false pref_main_save_wingeom=false ``` so it's not the highest priority if my goal is to make `geany.conf` dotfiles-friendly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2776#issuecomment-813616659
