update vm script
This commit is contained in:
parent
8ca9a12ad2
commit
7188d1c0b6
|
@ -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}
|
Loading…
Reference in a new issue