mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(mouse-actions): add play-pause action
This commit is contained in:
parent
e9f087deed
commit
2c642a7e32
4 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue