diff options
| author | Anton Bobov <anton@bobov.name> | 2022-10-01 18:16:09 +0200 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2022-10-01 18:16:09 +0200 |
| commit | ebc270f99b650796c61ffdedb2069d598f9b063e (patch) | |
| tree | 965884c940bfb4f896a7bd35190a81ae173ce36b /files | |
| parent | afc7b47498cbbca7a4df45c46eb92b5a8a94cbaf (diff) | |
Update
Diffstat (limited to 'files')
| -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 |
