From 8eb7fc7a92844f050d4d382343c6c33d0231ac3a Mon Sep 17 00:00:00 2001 From: restitux Date: Thu, 12 Oct 2023 03:43:31 +0000 Subject: [PATCH] Updated Mumble.md (markdown) --- Mumble.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mumble.md b/Mumble.md index 345e2ef..f32fe81 100644 --- a/Mumble.md +++ b/Mumble.md @@ -1,6 +1,6 @@ # Sway mute and deafen binds -In order to control Mumble under Sway, you will need to use the dbus endpoints Mumble exposes. Here is some example Sway config to bind `$mod+F11` to toggle mute and `$mod+F12` to toggle deaf. +In order to use hotkeys to control Mumble under Sway, you will need to use the dbus endpoints Mumble exposes. Here is some example Sway config to bind `$mod+F11` to toggle mute and `$mod+F12` to toggle deafen. ``` bindsym $mod+F11 exec dbus-send --session --dest=net.sourceforge.mumble.mumble --type=method_call '/' 'net.sourceforge.mumble.Mumble.toggleSelfMuted'