mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 02:29:47 +02: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:
@@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user