8 Commits

Author SHA1 Message Date
Romain Vimont
d678988a5a Merge branch 'master' into dev 2026-05-11 23:27:27 +02:00
Romain Vimont
9b4ede0919 Document render fit
PR #6772 <https://github.com/Genymobile/scrcpy/pull/6772>
2026-05-09 17:28:52 +02:00
Romain Vimont
7577871480 Set default background color to dark gray
Refs #6772 comment <https://github.com/Genymobile/scrcpy/pull/6772#issuecomment-4374943892>
PR #6807 <https://github.com/Genymobile/scrcpy/pull/6807>
2026-05-05 23:39:46 +02:00
Romain Vimont
b4d5dd753b Add option to change the background color
Introduce a `--background-color` option that accepts hexadecimal color
codes (3-digit or 6-digit formats):

    scrcpy --background-color=#234567
    scrcpy --background-color=234567  # leading '#' is optional
    scrcpy --background-color=#567    # equivalent to #556677

Fixes #5855 <https://github.com/Genymobile/scrcpy/issues/5855>
Refs #6772 comment <https://github.com/Genymobile/scrcpy/pull/6772#issuecomment-4374943892>
PR #6807 <https://github.com/Genymobile/scrcpy/pull/6807>
2026-05-05 23:39:22 +02:00
Romain Vimont
175134c0ca Add F11 as fullscreen shortcut
PR #6777 <https://github.com/Genymobile/scrcpy/pull/6777>
2026-04-20 18:38:53 +02:00
Tech-Tac
65153a09c3 Add option to disable window aspect ratio lock
By default, the window aspect ratio is preserved when resizing.

Add `--no-window-aspect-ratio-lock` to disable this behavior.

PR #6761 <https://github.com/Genymobile/scrcpy/pull/6761>

Signed-off-by: Romain Vimont <rom@rom1v.com>
2026-04-10 19:35:43 +02:00
Romain Vimont
b5c8de08e0 Update documentation for --no-window
PR #4868 <https://github.com/Genymobile/scrcpy/pull/4868>
2024-05-11 17:12:00 +02:00
Romain Vimont
f12590ed08 Rework README and documentation
The README.md page is HUGE. Split it up.

Also document audio forwarding and improve installation instructions for
each platform and user documentation.

PR #3774 <https://github.com/Genymobile/scrcpy/pull/3774>
2023-03-12 02:04:58 +01:00