From 78f4557fea59ba5bd8dc56a70cf24946605f7e22 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Sat, 18 Apr 2020 02:01:02 +0200 Subject: [PATCH] Add shortcut to mute mumble --- home-profiles/desktop/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config index 02e7235..a9530ca 100644 --- a/home-profiles/desktop/.config/sway/config +++ b/home-profiles/desktop/.config/sway/config @@ -154,6 +154,10 @@ bindsym --locked $mod+F12 exec --no-startup-id $brightnessNormal bindsym --locked $mod+Shift+F12 exec --no-startup-id $brightnessBright bindsym --locked $mod+Ctrl+F12 exec --no-startup-id $brightnessFull +# Toggle mumble mute +# TODO: merge with mumble config (requires sway config merging) +bindsym --locked Pause exec ~/.local/bin/mumble-toggle-mute + # The middle button over a titlebar kills the window bindsym button2 kill -- GitLab