media keybinds
parent
64fcb9909d
commit
0079705dd1
|
@ -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 New Issue