mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat(nixcord): switch from discord to vesktop
- Enabled vesktop - Disabled discord - Added plugins back - Updated deafen mouse action script
This commit is contained in:
parent
bd984e7aaf
commit
e4f700f87b
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
script = pkgs.writeShellScriptBin "deafen-action" ''
|
||||
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$'
|
||||
hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vencord)$'
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue