From 6732cf39bf19fd6bb7c3239dcb6cdc7fc0d4e849 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 4 Mar 2026 19:14:54 +0100 Subject: [PATCH] feat: set content type to game for megabonk. --- modules/linux/home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) 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" ];