feat(mpv): add touch and mouse gesture scripts
This commit is contained in:
parent
ae75463df5
commit
12cec706fa
4 changed files with 71 additions and 5 deletions
home/mpv/scripts
15
home/mpv/scripts/touch-gestures.nix
Normal file
15
home/mpv/scripts/touch-gestures.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
fetchFromGitHub,
|
||||
buildLua,
|
||||
}:
|
||||
buildLua {
|
||||
pname = "touch-gestures";
|
||||
version = "unstable";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "christoph-heinrich";
|
||||
repo = "mpv-touch-gestures";
|
||||
rev = "f4aa499f038997c1824ff3bfa64ee1d5438d72f2";
|
||||
hash = "sha256-gmo6sTwN85WS/+wtlylfI22LxyZH48DvXYP5JGCnyU4=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue