Skip to content
forked from tobalr/hushboard

Mute your mic while you're typing. An app for Ubuntu.

License

Notifications You must be signed in to change notification settings

Noloxs/hushboard

 
 

Repository files navigation

Own notes: python3 -m venv venv --system-site-packages apt install gir1.2-appindicator3-0.1

Hushboard

icon

hushboard hushboard

Mute your microphone while typing, for Ubuntu. Install from kryogenix.org/code/hushboard/.

banner

Get it from the Snap Store

Installation

We recommend you install Hushboard through the snap store (see link above)

sudo snap install hushboard

If you're on Arch (btw), there's also an AUR package available for installation:

yay -S hushboard-git

Configuration

Create a configuration file in your .config folder

touch ~/.config/hushboard.cfg

The using your favorite editor start by adding a section at the top, then add the needed configurations e.g.

[Default]
PushKey = 108
ToggleKey = 64
MuteTimeMs = 500

Setting the PushKey or ToggleKey will also enable push to talk instead of type to mute For possible keycodes use e.g. exv

Manual installation

Manual installation or just running the application without installing are described here.

Dependencies

Ensure the following python dependencies are installed:

  • pycairo
  • PyGObject
  • six
  • xlib

Running the application

Simply running the application:

python3 -m hushboard

Installing Hushboard

Installing Hushboard to your system:

python3 setup.py install

About

Mute your mic while you're typing. An app for Ubuntu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%