From 4cc6f0d18331ac2f047de3a60bd228a4f69d592a Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 29 Dec 2025 15:29:12 +0100 Subject: [PATCH] add cloud-hypervisor and small niri floating fix --- modules/wm/niri/config.kdl | 2 ++ modules/wm/virtualisation/qemu.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/wm/niri/config.kdl b/modules/wm/niri/config.kdl index 1c720bc..890f8c2 100644 --- a/modules/wm/niri/config.kdl +++ b/modules/wm/niri/config.kdl @@ -383,6 +383,8 @@ window-rule { // - host Firefox (app-id is "firefox") // - Flatpak Firefox (app-id is "org.mozilla.firefox") match app-id=r#"firefox$"# title="^Picture-in-Picture$" + match title="galculator" + match title="OpenSSH Askpass" open-floating true } diff --git a/modules/wm/virtualisation/qemu.nix b/modules/wm/virtualisation/qemu.nix index eb4356a..e854062 100644 --- a/modules/wm/virtualisation/qemu.nix +++ b/modules/wm/virtualisation/qemu.nix @@ -26,7 +26,9 @@ virt-viewer qemu OVMF + OVMF-cloud-hypervisor gvfs # Used for shared folders between linux and windows + cloud-hypervisor ]; };