Skip to content

Instantly share code, notes, and snippets.

View joaquinpf-ds's full-sized avatar

Joaquín Alejandro Pérez Fuentes joaquinpf-ds

  • Spark Digital
  • Tandil, Argentina
View GitHub Profile
@joaquinpf-ds
joaquinpf-ds / 0_reuse_code.js
Created June 4, 2014 17:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@joaquinpf-ds
joaquinpf-ds / input.conf
Last active May 25, 2021 11:40
mpv configuration on Windows
# Skip anime opening/ending
F1 seek -85
F2 seek 85
# Map volume to mouse wheel and up/down keys
AXIS_UP add volume 2
AXIS_DOWN add volume -2
UP add volume 2
DOWN add volume -2
MOUSE_BTN3 add volume 2