horay
This commit is contained in:
parent
e658ae93f9
commit
fff6511872
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static const char *termcmd[] = { "kitty", NULL };
|
||||||
// audio
|
// audio
|
||||||
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "+5%", NULL };
|
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "+5%", NULL };
|
||||||
static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "-5%", NULL };
|
static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "-5%", NULL };
|
||||||
static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "0", "toggle",
|
static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "0", "toggle", NULL };
|
||||||
|
|
||||||
static const Key keys[] = {
|
static const Key keys[] = {
|
||||||
/* modifier key function argument */
|
/* modifier key function argument */
|
||||||
|
|
Loading…
Reference in a new issue