media keybinds
This commit is contained in:
parent
64fcb9909d
commit
0079705dd1
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ in
|
||||||
|
|
||||||
services.sxhkd = {
|
services.sxhkd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
keybindings = {
|
||||||
|
"XF86AudioPlay" = "playerctl play-pause";
|
||||||
|
"XF86AudioPrev" = "playerctl previous";
|
||||||
|
"XF86AudioNext" = "playerctl next";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue