A gnome extension to enable Mumble push to talk.
Push the top menu face icon to talk. Or toggle mute with the <Shift>Escape
shortcut.
Copy the gnome-mumble-push-to-talk@tristancacqueray.github.io
directory to your ~/.local/share/gnome-shell/extensions/
.
Restart gnome-shell session if needed.
Then run gnome-extensions enable gnome-mumble-push-to-talk@tristancacqueray.github.io
.
Contributions are most welcome:
- A setting widget to change the shortcut.
- Hide the top menu icon when mumble is not running.
To modify the extension, you will need a PureScript toolchain and the gnome developper tool.
Run the nix develop
command to setup.
# Build javascript
make dist
# Run a nested gnome-shell session
make test
Checkout the purescript-gjs bindings too.
- Initial release.