We're still not reading them anywhere.
7M7LS7I2QT6AFZ6RVK5KK2CZ6SNJAMQIWD7MX34F7MQ3MZKH72GAC
-- save some important settings
local x,y,displayindex = love.window.getPosition()
local settings = {
x=x, y=y, displayindex=displayindex,
width=App.screen.width, height=App.screen.height,
font_height=Font_height, filename=Filename, screen_top=Screen_top1, cursor=Cursor1}
love.filesystem.write('config', json.encode(settings))