virtualization: Fullscreen by default

Makes things easier to work with since hyprland doesn't automatically
match the resolution with the VM window by default.
This commit is contained in:
Donovan Glover 2024-04-06 06:44:31 -04:00
parent 2e50a1b3b3
commit 8ba4792d03
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -130,6 +130,7 @@ in
"-device virtio-vga-gl" "-device virtio-vga-gl"
"-display sdl,gl=on,show-cursor=off" "-display sdl,gl=on,show-cursor=off"
"-audio pa,model=hda" "-audio pa,model=hda"
"-full-screen"
]; ];
}; };