From a007ed45d70931ef6a413c7a57c2c6e30b07f6d4 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 17:19:44 +0100 Subject: [PATCH] quickshell: add vesktop to muted notification apps Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b879484..d462c7c 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -2207,7 +2207,7 @@ in visible: false property var currentNotif: null property bool toastOpen: false - readonly property var mutedApps: ["discord", "Discord", "Spotify", "spotify", "vlc", "mpv"] + readonly property var mutedApps: ["discord", "Discord", "Vesktop", "vesktop", "Spotify", "spotify", "vlc", "mpv"] readonly property bool isPrimary: bar.screen === Quickshell.screens[0] x: Math.round(bar.width / 2 - width / 2)