df
This commit is contained in:
@@ -6,20 +6,22 @@ osd-bar=no
|
||||
border=no
|
||||
|
||||
# Keep the window size stable when loading files (don't resize to match aspect).
|
||||
keepaspect-window=no
|
||||
|
||||
# Ensure uosc texture/icon fonts are discoverable by libass.
|
||||
osd-fonts-dir=~~/scripts/uosc/fonts
|
||||
sub-fonts-dir=~~/scripts/uosc/
|
||||
|
||||
auto-window-resize=no
|
||||
|
||||
ontop=yes
|
||||
autofit=100%
|
||||
|
||||
save-position-on-quit=yes
|
||||
|
||||
# Avoid showing embedded cover art for audio-only files.
|
||||
audio-display=no
|
||||
# Stretch the video to fill the window (ignore aspect ratio, may distort)
|
||||
keepaspect=no
|
||||
video-unscaled=no
|
||||
cursor-autohide=1000
|
||||
|
||||
# gpu-next can be fragile on some Windows/D3D11 setups; prefer the stable VO.
|
||||
vo=gpu
|
||||
@@ -34,7 +36,7 @@ background=none
|
||||
background-color=0/0
|
||||
|
||||
# Without transparency, these options may be useful:
|
||||
background-color=.2 # don't use pure black
|
||||
# background-color=.2 # don't use pure black (disabled to keep video background transparent)
|
||||
force-window-position # recenter the window when changing playlist position on X11 and macOS
|
||||
auto-window-resize=no # preserve the window size when changing playlist entry
|
||||
|
||||
@@ -79,11 +81,3 @@ reset-on-next-file-remove=video-zoom # preserve the zoom when changing file
|
||||
reset-on-next-file-remove=panscan
|
||||
reset-on-next-file-remove=video-unscaled
|
||||
linear-downscaling=no # don't make black and white manga brighter
|
||||
|
||||
|
||||
git config --global user.name "Nose"
|
||||
git config --global user.email "goyimnose@nothing.blah"
|
||||
|
||||
ssh-keygen -t ed25519 -C "goyimnose@nothing.blah" -f $env:USERPROFILE\.ssh\id_ed25519
|
||||
|
||||
git remote set-url origin goyimnose@nothing.blah:OWNER/REPO.git
|
||||
Reference in New Issue
Block a user