mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Fix play/pause button
This commit is contained in:
parent
b3c096acab
commit
737c22d65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue