From b5453f0cb73e3f0cae88809092df648a63587957 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 6 May 2020 22:33:56 +0200 Subject: [PATCH] Group 6 is Zoom, group 7 is everything else regardless of host --- ursaryd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ursaryd.c b/ursaryd.c index 29b4340..9d40023 100644 --- a/ursaryd.c +++ b/ursaryd.c @@ -33,10 +33,10 @@ * 1 sink BT mute switch to BT * 2 ceil brightness mic non-mute ceiling lights on * 3 desk brightness - desk lights on - * 4 MPD mute MPD play/pause + * 4 Albireo MPD mute MPD play/pause * 5 Albireo MPV mute MPD stop - * 6 Albireo other mute MPD prev - * 7 other machines mute MPD next + * 6 Albireo Zoom mute MPD prev + * 7 eveyrhing else mute MPD next * * center - * slider light color temperature @@ -121,7 +121,7 @@ struct client_map { static struct client_map client_map[] = { { 4, "Music Player Daemon", "albireo", }, { 5, "mpv", "albireo", }, - { 6, NULL, "albireo", }, + { 6, "ZOOM VoiceEngine", "albireo", }, { 7, NULL, NULL, }, }; -- 2.39.2