Compare commits
No commits in common. "a6d098d160ce5c5ef9378c6f658bfe1000597bcd" and "759fcd48d03dbe1132862a79f75db486aa77ee99" have entirely different histories.
a6d098d160
...
759fcd48d0
|
@ -1,25 +0,0 @@
|
|||
## Show time AND frame number in terminal
|
||||
term-status-msg='${playback-time/full} (${estimated-frame-number}) / ${duration} (${estimated-frame-count}) (${percent-pos}%)\n${?frame-drop-count:${!frame-drop-count==0:dropped frames: ${frame-drop-count}\n}}${?chapter:chapter: ${chapter}\n}av sync (Ctrl +/-): ${avsync} - speed: ${speed}\ncache: ${demuxer-cache-duration}s'
|
||||
|
||||
## Modify cursor visibility
|
||||
cursor-autohide-fs-only
|
||||
cursor-autohide=500
|
||||
|
||||
## Show on screen controller, but no additional seek bar
|
||||
osc
|
||||
no-osd-bar
|
||||
|
||||
## Enable terminal colors
|
||||
msg-color
|
||||
|
||||
## special profiles
|
||||
[downmix]
|
||||
af=lavfi="pan=stereo|FL < 0.5*FC + 0.3*FLC + 0.3*FL + 0.3*BL + 0.3*SL + 0.5*LFE | FR < 0.5*FC + 0.3*FRC + 0.3*FR + 0.3*BR + 0.3*SR + 0.5*LFE",lavfi="acompressor=10"
|
||||
|
||||
[mono]
|
||||
af=lavfi=[pan=1c|c0=0.5*c0+0.5*c1]
|
||||
|
||||
[extension.gif]
|
||||
cache=no
|
||||
no-pause
|
||||
loop-file=yes
|
|
@ -73,10 +73,6 @@
|
|||
src: "{{ role_path }}/files/_vimrc",
|
||||
dest: "{{ ansible_user_dir }}/.vimrc",
|
||||
}
|
||||
- {
|
||||
src: "{{ role_path }}/files/_config/mpv.conf",
|
||||
dest: "{{ ansible_user_dir }}/.config/mpv/",
|
||||
}
|
||||
- {
|
||||
src: "{{ role_path }}/files/_oh-my-zsh/jtbx.zsh-theme",
|
||||
dest: "{{ ansible_user_dir }}/.oh-my-zsh/custom/themes/jtbx.zsh-theme",
|
||||
|
|
|
@ -16,11 +16,3 @@
|
|||
ff = only
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pager]
|
||||
branch = false
|
||||
config = false
|
||||
stash = false
|
||||
|
||||
[alias]
|
||||
hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32
|
||||
logs = log --show-signature
|
||||
|
|
Loading…
Reference in a new issue