From 720d25e29cb4e6585ecc0ba27d71d2c9c2277dd8 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 24 Jun 2019 17:09:46 +0100 Subject: Add low-latency mpv alias for FPV use --- Shell/bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shell/bash_aliases b/Shell/bash_aliases index 6dad212..190f0c8 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,9 +1,9 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime - #bauerbill alias bb='baurebill' +alias mpv-low-latency='mpv --no-cache --untimed --no-correct-pts --fps=30 --speed=100 --profile=low-latency --opengl-glfinish=yes --opengl-swapinterval=0' alias mutt='neomutt' alias sp='spotify --force-device-scale-factor=2 &! exit' alias wa='chromium --app=https://web.whatsapp.com' -- cgit v1.2.3