From 955844cb5d27ff5b3d50bee035a9eb7e19406f32 Mon Sep 17 00:00:00 2001 From: Arcangelo Massari Date: Sat, 10 Jan 2026 19:49:54 +0100 Subject: [PATCH] feat(windows-vm): enable clipboard sharing in RDP session Add /clipboard flag to xfreerdp3 command to enable bidirectional clipboard sharing between Windows VM and Omarchy. --- 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 f9034d48..7a73e186 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -346,7 +346,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 -grab-keyboard /sound /microphone /cert:ignore /title:"Windows VM - Omarchy" /dynamic-resolution /gfx:AVC444 /floatbar:sticky:off,default:visible,show:fullscreen $RDP_SCALE + xfreerdp3 /u:"$WIN_USER" /p:"$WIN_PASS" /v:127.0.0.1:3389 -grab-keyboard /sound /microphone /clipboard /cert:ignore /title:"Windows VM - Omarchy" /dynamic-resolution /gfx:AVC444 /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