]> mj.ucw.cz Git - ursary.git/commitdiff
Volume maxima set to 1.5 (before I find a better solution)
authorMartin Mares <mj@ucw.cz>
Sat, 22 Nov 2014 19:34:07 +0000 (20:34 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 22 Nov 2014 19:34:07 +0000 (20:34 +0100)
ursaryd.c

index eaa56542b46eec0f4ce81333ec81dcc414d8bce2..b644a86f53bb3fcefcb7dcba07612eee4b0ad899 100644 (file)
--- a/ursaryd.c
+++ b/ursaryd.c
@@ -108,10 +108,10 @@ struct client_map {
 };
 
 static struct client_map client_map[] = {
-  { 4, "Music Player Daemon",  "albireo",      1 },
-  { 5, "MPlayer",              NULL,           1 },
-  { 6, NULL,                   "ogion",        1 },
-  { 7, NULL,                   "ursula",       1 },
+  { 4, "Music Player Daemon",  "albireo",      1.5 },
+  { 5, NULL,                   "albireo",      1.5 },
+  { 6, NULL,                   "ogion",        1.5 },
+  { 7, NULL,                   "ursula",       1.5 },
 };
 
 #define NUM_CLIENTS ARRAY_SIZE(client_map)