]> Sergey Matveev's repositories - dotfiles.git/blob - mpv/bin/mp
start-x-hidpi
[dotfiles.git] / mpv / bin / mp
1 #!/usr/bin/env zsh
2
3 args=()
4 for arg ($@) {
5     [[ $arg =~ "^[A-Z][A-Z0-9]$" ]] && arg="--profile=$arg"
6     args=($args $arg)
7 }
8 export vblank_mode=1
9 exec mpv $args