vesktop: fix wrong app-name for discord
This commit is contained in:
parent
33580a8bff
commit
78207fdbe7
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue