diff options
| -rw-r--r-- | files/.gitconfig | 1 | ||||
| -rw-r--r-- | files/.mpv/input.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index ff2a84f..9d3889f 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -40,6 +40,7 @@ amend = commit --amend ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - br = branch --sort=-committerdate + acm = !git add --all && git commit -m c = commit --verbose co = checkout ci = commit diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf index ce4f3e7..a4d459f 100644 --- a/files/.mpv/input.conf +++ b/files/.mpv/input.conf @@ -2,3 +2,6 @@ #Alt+RIGHT no-osd vf add rotate=90 ## Rotate by 90 degrees counterclockwise #Alt+LEFT no-osd vf add rotate=270 + +# Disable: Activate/deactivate deinterlacer. +d ignore |
