diff --git a/modules/home/scripts/scripts/vm-start.sh b/modules/home/scripts/scripts/vm-start.sh index 6d139ae..7d4c7eb 100755 --- a/modules/home/scripts/scripts/vm-start.sh +++ b/modules/home/scripts/scripts/vm-start.sh @@ -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} \ No newline at end of file