diff options
author | listout <listout@protonmail.com> | 2021-11-06 00:06:46 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-06 00:06:46 +0530 |
commit | 96076ae8a32bda8951860719275a81d581a995f5 (patch) | |
tree | ab9ffb56f0c8c653654eac45db9bd6fad978a5ab | |
parent | e2eacbb00ca823587516630ecad95f07910025b6 (diff) |
xf86 button for mic mute
-rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index cd54802..00229ce 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -9,6 +9,8 @@ XF86AudioLowerVolume pactl set-sink-volume 0 -05% XF86AudioMute pactl set-sink-mute 0 toggle +XF86AudioMicMute + pactl set-source-mute 0 toggle XF86MonBrightnessUp xbacklight -inc 5 @@ -17,7 +19,7 @@ XF86MonBrightnessDown # terminal emulator super + Return - xterm + urxvt super + shift + Return kitty |