Skip to content

Uses a custom hotkey to mute/unmute the current application in focus and is available for Windows as a lightweight system tray application and for Linux as a bash script

Notifications You must be signed in to change notification settings

drewmarsh/toggle-muter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Toggle Muter uses a custom hotkey to mute/unmute the current application in focus. Available for Windows as a lightweight system tray application and for Linux as a bash script.

Note

When you launch the application for the first time, a "Windows protected your PC" pop-up window may appear, preventing the "unrecognized app from starting". To start the application, click on More info and then click the Run anyway button.


  1. Download the script
curl -o toggle-muter-linux_v1.0.2.sh https://raw.githubusercontent.com/drewmarsh/toggle-muter/refs/heads/main/linux/toggle-muter-linux.sh
  1. Grant the script execute permissions
chmod +x toggle-muter-linux_v1.0.2.sh
  1. Install dependencies
sudo apt install xdotool pulseaudio-utils libnotify-bin
  1. Bind it to a hotkey (varies by distro)

Linux Mint:

  • Navigate to KeyboardShortcutsAdd custom shortcut
  • Name the shortcut and then set the command to the full path of the script (e.g. /home/[username]/scripts/toggle-muter-linux_[version].sh)
  • Under Keyboard shortcuts, click the name of the shortcut that was just added
  • Under Keyboard bindings, set the binding to your desired hotkey

About

Uses a custom hotkey to mute/unmute the current application in focus and is available for Windows as a lightweight system tray application and for Linux as a bash script

Topics

Resources

Stars

Watchers

Forks

Contributors