mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-26 23:58:38 +01:00
hyprland: Tile qemu vm by default
This commit is contained in:
parent
6cd3e23c21
commit
c53057b129
@ -168,6 +168,7 @@ in
|
||||
windowrulev2 = nomaxsize,class:^(osu\.exe)$
|
||||
windowrulev2 = opaque,class:^(kitty)$
|
||||
windowrulev2 = noblur,class:^(kitty)$
|
||||
windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$
|
||||
windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$
|
||||
|
||||
# Scroll through existing workspaces with super + scroll
|
||||
|
@ -15,7 +15,6 @@
|
||||
virtualisation.qemu.options = [
|
||||
"-device virtio-vga-gl"
|
||||
"-display sdl,gl=on,show-cursor=off"
|
||||
"-full-screen"
|
||||
"-audio pa,model=hda"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user