mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
fix(mouse-actions): switch deafen action to target discord
Refs: 5c151296f6
This commit is contained in:
parent
5c151296f6
commit
e48531001b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
script = pkgs.writeShellScriptBin "deafen-action" ''
|
script = pkgs.writeShellScriptBin "deafen-action" ''
|
||||||
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$'
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue