Add mute microphone keyboard mapping to i3

This commit is contained in:
Pavle Portic 2023-01-19 18:23:57 +01:00
parent 15ced71cab
commit 17905994c4
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume $(pactl
bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume $(pactl info | \grep "Default Sink:" | cut -d ' ' -f 3) +8%
bindsym Shift+XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume $(pactl info | \grep "Default Sink:" | cut -d ' ' -f 3) -8%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $(pactl info | \grep "Default Sink:" | cut -d ' ' -f 3) toggle
bindsym XF86AudioMedia exec --no-startup-id pactl set-source-mute $(pactl info | \grep "Default Source:" | cut -d ' ' -f 3) toggle
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec light -A 10