diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 006c2eb..40be86a 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -90,6 +90,9 @@ in windowrulev2 = [ "opacity 1.0 0.6,class:^(kitty)$" "stayfocused,class:^(wofi)$" + "workspace 1 silent,class:^(vesktop)$" + "workspace 3 silent,class:^(thunderbird)$" + "workspace 3 silent,class:^(org.keepassxc.KeePassXC)$" ]; env = [ "WLR_NO_HARDWARE_CURSORS,1"