media keybinds

Zynh Ludwig 2024-07-10 18:21:27 -07:00
parent 64fcb9909d
commit 0079705dd1
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ in
services.sxhkd = { services.sxhkd = {
enable = true; enable = true;
keybindings = {
"XF86AudioPlay" = "playerctl play-pause";
"XF86AudioPrev" = "playerctl previous";
"XF86AudioNext" = "playerctl next";
};
}; };
}; };
} }