Intercept XF86AudioPlay keypress
This commit is contained in:
parent
369ad06b76
commit
f69581f256
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ in with lib; {
|
|||
"XF86AudioRaiseVolume" = "exec ${vol} raise";
|
||||
"XF86AudioLowerVolume" = "exec ${vol} lower";
|
||||
"XF86AudioMute" = "exec ${vol} toggle";
|
||||
"XF86AudioPlay" = "nop";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue