guiscrcpy places a configuration file called guiscrcpy.json
in
C:\Users\<username>\AppData\Local\guiscrcpy\guiscrcpy.json
$XDG_CONFIG_HOME/guiscrcpy/guiscrcpy.json
Environment Variable, which, if not defined defaults
to ~/.config/guiscrcpy/guiscrcpy.json
The CLI are placed in ~/.local/bin
by default (PyPI)
~/.config/guiscrcpy/guiscrcpy.json
The configuration file uses JavaScript Object Notation, to easily retrieve and write data. A user may also edit the configuration file to edit the default settings
{
"adb": "/usr/bin/adb",
"bitrate": 8000,
"cmx": "",
"dimension": null,
"dispRO": false,
"extra": "",
"fullscreen": false,
"paths": [
"bin",
"/usr/bin",
"~/.local/bin",
"~/bin",
"/usr/local/bin"
],
"scrcpy": "/usr/bin/scrcpy",
"scrcpy-server": null,
"swtouches": false
}