1
0
Fork 0

Add play-pause hotkey

This commit is contained in:
Malte Brandy 2021-10-14 11:54:18 +02:00
parent 74bd16c3f5
commit 15acc14504
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -40,6 +40,7 @@ let
}
{
Sound = {
"Play/Pause" = "${pkgs.playerctl}/bin/playerctl play-pause";
MPD = "ncmpcpp";
"Lautstärke" = "ncpamixer";
Pavucontrol = fork "pavucontrol";