diff --git a/settings/hyprland.nix b/settings/hyprland.nix index a109d73..b43f8b7 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1203,8 +1203,8 @@ in }); } else { modelData.activate(); - if (!modelData.hasMenu && modelData.title) { - Hyprland.dispatch("focuswindow title:" + modelData.title); + if (!modelData.hasMenu) { + Hyprland.dispatch("focuswindow class:steam_app_0 title:Battle.net"); } } }