mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 06:38:36 +01:00
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:
parent
2e50a1b3b3
commit
8ba4792d03
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user