Changed color schemes

This commit is contained in:
stephan.raabe
2023-02-08 15:33:11 +01:00
parent 6a5dc7f704
commit 4ca42a3003
6 changed files with 47 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
virsh --connect qemu:///system start RDPWindows
virt-viewer --connect qemu:///system RDPWindows &
echo "Waiting 30 sec for Windows 10 startup..."
sleep 30
echo "Starting xfreerdp now..."
xfreerdp /v:Windows10 /size:100% /d: /p:sancho /dynamic-resolution &