mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
11 lines
No EOL
194 B
Bash
Executable file
11 lines
No EOL
194 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
# VM name
|
|
vm_name="win10"
|
|
export LIBVIRT_DEFAULT_URI="qemu:///system"
|
|
|
|
# change workspace
|
|
hyprctl dispatch workspace 6
|
|
|
|
virsh start ${vm_name}
|
|
virt-viewer -f -w -a ${vm_name} |