vesktop: fix wrong app-name for discord

This commit is contained in:
Tigor Hutasuhut 2024-10-20 16:39:59 +07:00
parent 33580a8bff
commit 78207fdbe7

View file

@ -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";
};