Node/Terminal Command for Window GUI Position?

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

It's not possible currently. The position should be remembered though, that's what this entry is for. The negative values look odd, it might not work properly in that case, I'll investigate when I get my 2nd monitor out of its box.

1 Like