diff --git a/home/modules/graphical/mouse-actions/actions/deafen.nix b/home/modules/graphical/mouse-actions/actions/deafen.nix index 8a32f3a..0c79c3a 100644 --- a/home/modules/graphical/mouse-actions/actions/deafen.nix +++ b/home/modules/graphical/mouse-actions/actions/deafen.nix @@ -2,6 +2,6 @@ { package = pkgs.writeShellScriptBin "deafen-action" '' - ${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$' + ${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$' ''; } diff --git a/home/modules/graphical/nixcord.nix b/home/modules/graphical/nixcord.nix index a8686f3..6b12788 100644 --- a/home/modules/graphical/nixcord.nix +++ b/home/modules/graphical/nixcord.nix @@ -1,8 +1,8 @@ { programs.nixcord = { enable = true; - discord.enable = false; - vesktop.enable = true; + discord.vencord.enable = false; + discord.equicord.enable = true; config = { plugins = { biggerStreamPreview.enable = true; @@ -27,6 +27,9 @@ webKeybinds.enable = true; webScreenShareFixes.enable = true; youtubeAdblock.enable = true; + limitMiddleClickPaste.enable = true; + mediaPlaybackSpeed.enable = true; + pinIcon.enable = true; }; }; }; diff --git a/home/modules/graphical/xdg.nix b/home/modules/graphical/xdg.nix index 8f94cb4..b70b0be 100644 --- a/home/modules/graphical/xdg.nix +++ b/home/modules/graphical/xdg.nix @@ -7,7 +7,6 @@ defaultApplications = { "x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop"; "x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop"; - "x-scheme-handler/discord" = "vesktop.desktop"; "x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop"; }; };