Is it possible to send the "geometry" settings as an additional flag in the terminal?
I'd like to have the client window's position/size remembered and I found this key-value pair in the settings.
"geometry": {
"launcher": {
"x": 940,
"y": 458,
"width": 680,
"height": 524
},
"client": {
"x": -1287,
"y": -10,
"width": 1294,
"height": 703
}
}
Cheers,
DMDComposer