diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 1349fb5..a109d73 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1203,6 +1203,9 @@ in }); } else { modelData.activate(); + if (!modelData.hasMenu && modelData.title) { + Hyprland.dispatch("focuswindow title:" + modelData.title); + } } } }