From 5bbead188a155482eacc902f6562955e771c018f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:26:47 +1000 Subject: install: add spicetify Also use spicetify as default music player for toggles --- data/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/config.json b/data/config.json index 1efe9e4..1d302b0 100644 --- a/data/config.json +++ b/data/config.json @@ -19,7 +19,7 @@ "apps": [ { "selector": ".class == \"Spotify\" or .initialTitle == \"Spotify\" or .initialTitle == \"Spotify Free\"", - "spawn": "spotify-adblock.desktop", + "spawn": "spicetify watch -s", "action": "spawn move" }, { -- cgit v1.2.3-freya