fix(mouse-actions): switch deafen action to target vesktop

Refs: e4f700f87b
This commit is contained in:
lightly-toasted 2025-10-03 22:44:33 +09:00
parent e4f700f87b
commit 78ef47c410

View file

@ -2,7 +2,7 @@
let
script = pkgs.writeShellScriptBin "deafen-action" ''
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vencord)$'
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
'';
in
{