migrate inline cmds to vol.sh [up/down/mute]
This commit is contained in:
parent
acf806fac3
commit
01082b4d9e
1 changed files with 6 additions and 12 deletions
18
config.h
18
config.h
|
|
@ -147,24 +147,18 @@ static const char *zellijcmd[] = {
|
|||
NULL
|
||||
};
|
||||
static const char *volcmdup[] = {
|
||||
"wpctl",
|
||||
"set-volume",
|
||||
"@DEFAULT_AUDIO_SINK@",
|
||||
"10%+",
|
||||
"vol.sh",
|
||||
"up",
|
||||
NULL
|
||||
};
|
||||
static const char *volcmddown[] = {
|
||||
"wpctl",
|
||||
"set-volume",
|
||||
"@DEFAULT_AUDIO_SINK@",
|
||||
"10%-",
|
||||
"vol.sh",
|
||||
"down",
|
||||
NULL
|
||||
};
|
||||
static const char *volcmdzero[] = {
|
||||
"wpctl",
|
||||
"set-volume",
|
||||
"@DEFAULT_AUDIO_SINK@",
|
||||
"0%",
|
||||
"vol.sh",
|
||||
"mute",
|
||||
NULL
|
||||
};
|
||||
static const Key keys[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue