diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-01-27 10:50:04 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-01-27 10:50:04 +0000 |
commit | 8182e44ec06b231c097a4d67a59fa8ef30a5bf81 (patch) | |
tree | 3646e2a36673c40d172287fdcba0d6d2338085d3 /sxhkd | |
parent | 6ac83326ddba3ebcb4866435a6df0ea75483ee03 (diff) |
fixed mutemic
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 79629ea..61bff1c 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -28,8 +28,10 @@ super + Escape | |||
28 | # volume | 28 | # volume |
29 | XF86Audio{RaiseVolume,LowerVolume} | 29 | XF86Audio{RaiseVolume,LowerVolume} |
30 | pulsemixer --change-volume {+5,-5} | 30 | pulsemixer --change-volume {+5,-5} |
31 | XF86Audio{Mute,MicMute} | 31 | XF86AudioMute |
32 | pulsemixer --toggle-mute {--id sink-0,--id source-1} | 32 | pulsemixer --toggle-mute |
33 | XF86AudioMicMute | ||
34 | pulsemixer --toggle-mute --id source-1 | ||
33 | 35 | ||
34 | # display | 36 | # display |
35 | XF86Favorites | 37 | XF86Favorites |