diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:09:46 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:09:46 +0100 |
commit | 720d25e29cb4e6585ecc0ba27d71d2c9c2277dd8 (patch) | |
tree | 1d5a5082302bb853e78e1d54f4f84c9694d94837 /Shell | |
parent | dd47092aa2212c0118de4014de502a0d8e673334 (diff) | |
download | dotfiles-720d25e29cb4e6585ecc0ba27d71d2c9c2277dd8.tar.gz dotfiles-720d25e29cb4e6585ecc0ba27d71d2c9c2277dd8.tar.bz2 dotfiles-720d25e29cb4e6585ecc0ba27d71d2c9c2277dd8.zip |
Add low-latency mpv alias for FPV use
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
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' |