diff --git a/nixos/home/desktop/wayland/config/hypr/window-rules.conf b/nixos/home/desktop/wayland/config/hypr/window-rules.conf index 9eb2e28c..c3706b1b 100644 --- a/nixos/home/desktop/wayland/config/hypr/window-rules.conf +++ b/nixos/home/desktop/wayland/config/hypr/window-rules.conf @@ -6,11 +6,12 @@ windowrule = float, ^(.blueman-manager-wrapped)$ windowrule = center, ^(.blueman-manager-wrapped)$ windowrule = float, ^(marktext)$ windowrule = center, ^(marktext)$ -windowrule = float, ^(Nxplayer.bin)$ -windowrule = center, ^(Nxplayer.bin)$ windowrule = float, ^(otpclient)$ windowrule = move 2% 6%, ^(otpclient)$ +windowrulev2 = float,class:^(Nxplayer.bin)$,title:^(NoMachine)$ +windowrulev2 = center,class:^(Nxplayer.bin)$,title:^(NoMachine)$ + windowrule = workspace 1, ^(neovide)$ windowrule = workspace 2, ^(firefox)$ windowrule = workspace 2, ^(librewolf)$ @@ -18,6 +19,7 @@ windowrule = workspace 2, ^(Chromium-browser)$ windowrule = workspace 3, ^(org.kde.dolphin)$ windowrule = workspace 4, ^(thunderbird)$ windowrule = workspace 4, ^(Mailspring)$ +windowrule = workspace 4, ^(Microsoft Teams - Preview)$ windowrule = workspace 5, ^(Element)$ windowrule = workspace 5, ^(Signal)$ windowrule = workspace 5, ^(discord)$