nix/home/hyprland/vm.sh

13 lines
397 B
Bash
Raw Normal View History

2024-07-14 16:04:36 +02:00
#!/bin/sh
2024-07-11 22:38:18 +02:00
2024-07-15 20:30:05 +02:00
VM_NAME="Windows"
2024-07-11 22:38:18 +02:00
2024-07-15 20:30:05 +02:00
vm_state=$(virsh --connect qemu:///system domstate "$VM_NAME")
2024-07-11 22:38:18 +02:00
2024-07-15 20:30:05 +02:00
if [ "$vm_state" != "running" ]; then
virsh --connect qemu:///system start "$VM_NAME"
sleep 5
2024-07-11 22:38:18 +02:00
fi
2024-07-15 20:30:05 +02:00
xfreerdp -grab-keyboard /v:192.168.122.93 /u:joy /p:1 /size:100% /dynamic-resolution /gfx-h264:avc444 +gfx-progressive /sec:nla /bpp:32 /rfx /rfx-mode:video -bitmap-cache -offscreen-cache -glyph-cache