Skip to content
Snippets Groups Projects
Commit 78f4557f authored by Jens Nolte's avatar Jens Nolte
Browse files

Add shortcut to mute mumble

parent ae977eb6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment