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

Refs: 5c151296f6
This commit is contained in:
lightly-toasted 2025-09-06 10:08:31 +09:00
parent 5c151296f6
commit e48531001b

View file

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