From a7f43b0d5fe907bdbceca7c219c918757f8359ce Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 5 Dec 2020 00:52:42 +0530 Subject: added mute button config --- bin/.bin/lay_edp | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/.bin/lay_edp b/bin/.bin/lay_edp index 39f35c7..fcac2f6 100755 --- a/bin/.bin/lay_edp +++ b/bin/.bin/lay_edp @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off +xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --off diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 8cdfe6c..c8db3df 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -26,8 +26,8 @@ super + Escape # volume XF86Audio{RaiseVolume,LowerVolume} pulsemixer --change-volume {+5,-5} -XF86AudioMute - pulsemixer --toggle-mute +XF86Audio{Mute,MicMute} + pulsemixer --toggle-mute {--id sink-0,--id source-1} # cmus XF86Audio{Play,Next,Prev} -- cgit v1.2.3