diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-03 22:56:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 22:56:00 -0500 |
| commit | 41f8ea5bf10c578ff46f2a582f19b55b27fd7538 (patch) | |
| tree | 90eb3bb6f898fdd98fc58353d74cc35999483483 | |
| parent | 9f2f3e4d60662ff661669afed1db7f7a2162ced0 (diff) | |
update audio sink
| -rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -64,10 +64,10 @@ static const char *dmenupmcmd[] = { "powermenu", NULL }; static const char *dmenunmcmd[] = { "networkmanager_dmenu", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "firefox", NULL }; -static const char *volup[] = { "pactl", "set-sink-volume", "0", "+10%", NULL }; -static const char *voldown[] = { "pactl", "set-sink-volume", "0", "-10%", NULL }; -static const char *volmax[] = { "pactl", "set-sink-volume", "0", "100%", NULL }; -static const char *volmute[] = { "pactl", "set-sink-volume", "0", "0%", NULL }; +static const char *volup[] = { "pactl", "set-sink-volume", "1", "+10%", NULL }; +static const char *voldown[] = { "pactl", "set-sink-volume", "1", "-10%", NULL }; +static const char *volmax[] = { "pactl", "set-sink-volume", "1", "100%", NULL }; +static const char *volmute[] = { "pactl", "set-sink-volume", "1", "0%", NULL }; static Key keys[] = { /* modifier key function argument */ |
