Fix play/pause button

This commit is contained in:
SebastianStork 2024-04-14 19:11:55 +02:00
parent b3c096acab
commit 737c22d65b

View file

@ -144,7 +144,7 @@ in {
", switch:on:Lid Switch, exec, systemctl suspend" ", switch:on:Lid Switch, exec, systemctl suspend"
# Media # Media
", XF86AudioPlay, exec, playerctl --player=spotify play-pause" ", XF86AudioPlay, exec, ${lib.getExe pkgs.playerctl} --player=spotify play-pause"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
]; ];