Multimonitor audio control.
This commit is contained in:
parent
52cf8a7385
commit
c6ce6ef251
3 changed files with 43 additions and 20 deletions
|
@ -138,10 +138,10 @@ static Key keys[] = {
|
|||
{ MODKEY, XK_period, focusmon, {.i = +1 } },
|
||||
{ SHTKEY, XK_comma, tagmon, {.i = -1 } },
|
||||
{ SHTKEY, XK_period, tagmon, {.i = +1 } },
|
||||
{ 0, XF86XK_AudioMute, spawn, SHCMD("pamixer -t; kill -46 $(pidof dwmblocks)") },
|
||||
{ 0, XF86XK_AudioMute, spawn, SHCMD("sb-volume volmute") },
|
||||
{ 0, XF86XK_AudioMicMute, spawn, SHCMD("sb-volume micmute") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer --allow-boost -i 5; kill -46 $(pidof dwmblocks)") },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer --allow-boost -d 5; kill -46 $(pidof dwmblocks)") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("sb-volume increase") },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("sb-volume decrease") },
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("sudo xbacklight -inc 10") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("sudo xbacklight -dec 10") },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue