update vm script

This commit is contained in:
Frost-Phoenix 2024-03-06 14:52:09 +01:00
parent 8ca9a12ad2
commit 7188d1c0b6

View file

@ -1,11 +1,11 @@
#!/usr/bin/env zsh
# VM name
vm_name="win11"
vm_name="win10"
export LIBVIRT_DEFAULT_URI="qemu:///system"
# change workspace
hyprctl dispatch workspace 5
hyprctl dispatch workspace 3
virsh start ${vm_name}
virt-viewer -f -w -a ${vm_name}