mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat(mouse-actions): add flick action
This commit is contained in:
parent
b394df67f4
commit
d4e0c6c62b
4 changed files with 23 additions and 0 deletions
|
@ -20,6 +20,9 @@ let
|
|||
"autoclick")
|
||||
systemd-run --user ${actions.autoclick.package}/bin/autoclick-action
|
||||
;;
|
||||
"flick")
|
||||
systemd-run --user ${actions.flick.package}/bin/flick-action
|
||||
;;
|
||||
esac
|
||||
'';
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue