This is what is in session.conf, note `current_page` seems to be in both?
``` [files] recent_files recent_projects current_page FILE_NAME_0
[project] session_file project_file_path
[geany] treeview_position msgwindow_position geometry
[VTE] last_dir ``` I used a nice fresh clone to build from, scrolling back through terminal history showed I did (in ~) ``` mkdir geany-split cd geany-split git clone https://github.com/geany/geany.git cd geany git checkout session_split ./autogen.sh --prefix=/home/lex/geany-split make -j 4 install cd ../bin ./geany -c ../config ``` change a couple of settings and window size and close geany, read the config and session files.
I havn't yet tried running the branch with an existing config dir, must do that.