feat(mouse-actions): add play-pause action

This commit is contained in:
toast 2025-11-09 21:29:36 +09:00
parent e9f087deed
commit 2c642a7e32
4 changed files with 12 additions and 0 deletions

View file

@ -23,6 +23,9 @@
"flick")
${pkgs.systemd}/bin/systemd-run --user ${actions.flick.package}/bin/flick-action
;;
"play-pause")
${pkgs.systemd}/bin/systemd-run --user ${actions.play-pause.package}/bin/play-pause-action
;;
esac
'';
}