Simple GUI for FreeRDP
Code launched sdl-freerdp so it's gui can be used for confirming keys and other stuff if nessesary.
By default it launches FreeRDP only with /v /u /p tags. Aditional tags can be added in the settings json located in ~/.config/rdpconnect/settings.json in the extra_params array
Example settings.json which works with all my 2 multimonitor setups (one with 2 and one with 3 monitors): {
"extra_params": [
"/monitors:1,0",
"+dynamic-resolution"
],
"save_conn": false
}