diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 99e7386..8ca85d2 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -322,6 +322,9 @@ in { # Set game type for steam_app games "match:class ^(steam_app_.*), content game" + # Set game type for megabonk + "match:class ^(Megabonk.x86_64), content game" + # Enable tearing for games "immediate yes, match:content 3" ];