diff --git a/dot_local/bin/executable_start-win10.sh b/dot_local/bin/executable_start-win10.sh new file mode 100644 index 0000000..f543bef --- /dev/null +++ b/dot_local/bin/executable_start-win10.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +domstate=$(virsh --connect=qemu:///system domstate "Windows10") + +if ! grep -q "$domstate" running; then + virsh --connect=qemu:///system start "Windows10" +fi + +looking-glass-client win:title="Windows 10"