From 92ca853b68e725f08074bdb7c2ae1370a7ff9359 Mon Sep 17 00:00:00 2001 From: Sergei Bulavintsev Date: Thu, 29 Feb 2024 10:37:39 +0300 Subject: [PATCH] feat(nix): add vm hyprland rewrite rule --- nix/modules/home/desktop/hyprland/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/home/desktop/hyprland/hyprland.conf b/nix/modules/home/desktop/hyprland/hyprland.conf index 1d89840..32dbe85 100644 --- a/nix/modules/home/desktop/hyprland/hyprland.conf +++ b/nix/modules/home/desktop/hyprland/hyprland.conf @@ -224,3 +224,5 @@ windowrulev2 = workspace 3 silent, class:^(Slack)$ windowrulev2 = workspace 4 silent, class:^(org.telegram.desktop)$ windowrulev2 = workspace 4 silent, class:^(zoom)$ windowrulev2 = workspace 5, class:^(mpv|vlc|mpdevil)$ +windowrulev2 = workspace 5, title:&(.*QEMU.*) +windowrulev2 = workspace 6, class:^(virt-manager)$