diff --git a/home/programs/discord.nix b/home/programs/discord.nix index 25f763e..f897272 100644 --- a/home/programs/discord.nix +++ b/home/programs/discord.nix @@ -25,7 +25,7 @@ in script = pkgs.callPackage ../../scripts/hyprland/focus-window.nix { }; in { - app-name = "discord"; + app-name = "(?=discord|vesktop)"; exec = "${getExe script}"; run-on = "action"; };