From 992df6871177d9b4ffec64191ac88f48696b1fad Mon Sep 17 00:00:00 2001 From: tdpeuter Date: Thu, 12 Oct 2023 17:26:29 +0200 Subject: [PATCH] [spotify] Add TryExec --- nixos/modules/apps/spotify/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/apps/spotify/default.nix b/nixos/modules/apps/spotify/default.nix index 54e701b..7d23b46 100644 --- a/nixos/modules/apps/spotify/default.nix +++ b/nixos/modules/apps/spotify/default.nix @@ -17,6 +17,7 @@ mimeType = [ "x-scheme-handler/spotify" ]; categories = [ "Audio" "Music" "Player" "AudioVideo" ]; settings = { + TryExec = "spotify"; StartupWMClass = "spotify"; }; };