I need to configure xfreerdp to be set as 15 bpp every time is launched, without the need of use the
# xfreerdp --sec rdp -a 15 --no-bmp-cache srvaddr
Opening the config.txt of xfreerdp, shows me the IP of the server, and if I add /bpp:15 or -a 15, the program won't launch.
What is the correct syntax for this config file?