Nerowy / Nix-files

My NiixOS adventure
1 stars 0 forks source link

Add a bind for mic mute #18

Open Nerowy opened 1 month ago

different-name commented 4 weeks ago

Hyprland allows executing commands with keybinds, for example

bind = [
 "SUPER_SHIFT, Q, exec, firefox"
];

You just need to have a command run that mutes / unmutes your microphone

Sound is managed with pipewire, you can look into pw-cli for this, but do some googling around how to mute a microphone through the command line with pipewire