[Github-comments] [geany/geany] WIP: Split geany.conf into geany.conf (preferences) and session.conf (recent files and VTE session) (#2776)

Adam Morris notifications at xxxxx
Mon Apr 5 20:00:57 UTC 2021


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210405/6148f38a/attachment.htm>


More information about the Github-comments mailing list