From de7ac42a739e4620a8354bb13beb4899a484e8b7 Mon Sep 17 00:00:00 2001 From: Abhiyant Singh Date: Mon, 29 Jun 2026 14:11:58 -0400 Subject: [PATCH] Added mumble Adding the mumble client with the same settings as other chat apps. Note that this should not affect the mumble server process (process name is "mumble-server"). --- 00-default/Chats/chats.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/00-default/Chats/chats.rules b/00-default/Chats/chats.rules index e581d398..d5f0f8a4 100644 --- a/00-default/Chats/chats.rules +++ b/00-default/Chats/chats.rules @@ -75,3 +75,6 @@ { "name": "fractal", "type": "Chat" } { "name": "neochat", "type": "Chat" } { "name": "nheko", "type": "Chat" } + +# Mumble: https://www.mumble.info/ +{ "name": "mumble", "type": "Chat" }