summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-12-04 19:22:42 +0000
committerShubham Saini <pryr@pryr.xyz>2020-12-04 19:22:42 +0000
commita7f43b0d5fe907bdbceca7c219c918757f8359ce (patch)
tree31ce3f0569d561d047c03cb6403b73eadd132120
parent3c4f16e8a18db6260bcde3f6f5e4844392d1e9cb (diff)
added mute button config
-rwxr-xr-xbin/.bin/lay_edp2
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc4
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 @@
1#!/bin/sh 1#!/bin/sh
2xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off 2xrandr --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
26# volume 26# volume
27XF86Audio{RaiseVolume,LowerVolume} 27XF86Audio{RaiseVolume,LowerVolume}
28 pulsemixer --change-volume {+5,-5} 28 pulsemixer --change-volume {+5,-5}
29XF86AudioMute 29XF86Audio{Mute,MicMute}
30 pulsemixer --toggle-mute 30 pulsemixer --toggle-mute {--id sink-0,--id source-1}
31 31
32# cmus 32# cmus
33XF86Audio{Play,Next,Prev} 33XF86Audio{Play,Next,Prev}