mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
fix(mouse-actions): switch deafen action to target vesktop
Refs: e4f700f87b
This commit is contained in:
parent
e4f700f87b
commit
78ef47c410
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:^(vencord)$'
|
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue