From 54bcc684907937ed86cffa4e83b7ae181e8b4a0e Mon Sep 17 00:00:00 2001 From: Christopher Newman Date: Tue, 21 Oct 2025 17:39:02 -0500 Subject: [PATCH] Enable sound and microphone in RDP connection (#2676) adding /sound and /microphone to omarchy-windows-vm Co-authored-by: Ryan Hughes Co-authored-by: David Heinemeier Hansson --- bin/omarchy-windows-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-windows-vm b/bin/omarchy-windows-vm index 87317f34..3dccf9a6 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -339,7 +339,7 @@ To stop: omarchy-windows-vm stop" # If scale is less than 130%, don't set any scale (use default 100) # Connect with RDP in fullscreen (auto-detects resolution) - xfreerdp3 /u:"$WIN_USER" /p:"$WIN_PASS" /v:127.0.0.1:3389 +f -grab-keyboard /cert:ignore /title:"Windows VM - Omarchy" /dynamic-resolution /floatbar:sticky:off,default:visible,show:fullscreen $RDP_SCALE + xfreerdp3 /u:"$WIN_USER" /p:"$WIN_PASS" /v:127.0.0.1:3389 +f -grab-keyboard /sound /microphone /cert:ignore /title:"Windows VM - Omarchy" /dynamic-resolution /floatbar:sticky:off,default:visible,show:fullscreen $RDP_SCALE # After RDP closes, stop the container unless --keep-alive was specified if [ "$KEEP_ALIVE" = false ]; then