mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
Compare commits
6 Commits
11d517e644
...
f7f086d664
Author | SHA1 | Date | |
---|---|---|---|
f7f086d664 | |||
1441969144 | |||
2db5b03153 | |||
f31d4259c2 | |||
8fd8e219d1 | |||
94982d8713 |
@ -15,7 +15,7 @@ default_language_version:
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
args: ["--markdown-linebreak-ext", "md,markdown"]
|
||||
@ -48,6 +48,7 @@ repos:
|
||||
--top-keys,
|
||||
"Name,name",
|
||||
]
|
||||
- id: check-illegal-windows-names
|
||||
|
||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||
rev: v1.6.1
|
||||
@ -70,7 +71,7 @@ repos:
|
||||
|
||||
# GitHub Actions etc. configuration validity checking
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.29.2
|
||||
rev: 0.29.3
|
||||
hooks:
|
||||
#- id: check-jsonschema
|
||||
- id: check-dependabot
|
||||
|
@ -1,5 +1,10 @@
|
||||
# ~/.config/mpv/mpv.conf
|
||||
|
||||
# Unless otherwise specified, since these are suggested in the warning about
|
||||
# audio/video desychnorinization
|
||||
profile=fast
|
||||
hwdec=auto-safe
|
||||
|
||||
# Preferred audio drivers, but by trailing comma, let others be used too.
|
||||
# Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa
|
||||
# TODO: Does the above apply with PipeWire being the default?
|
||||
@ -7,8 +12,9 @@ ao=pipewire,pulse,
|
||||
|
||||
# Specify preferred audio and subtitle languages. Two subtitles are shown
|
||||
# simultaneously, one on top, another on bottom.
|
||||
# REMEMBER to override this with --alang= --slang= as needed!
|
||||
alang=jpn,jp,ja,en,eng,fi,fin
|
||||
slang=jpn,jp,fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa
|
||||
slang=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
|
||||
|
||||
# Sans-Serif fonts are the best for legibility and Noto is likely the best
|
||||
# covered with strange UTF-8 glyphs.
|
||||
|
2
package.json
vendored
2
package.json
vendored
@ -2,6 +2,6 @@
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
|
||||
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a146393ee20543f94b686822fd555d66a6890efb
|
||||
Subproject commit 04adeb71f5e1190076e15d6341676bd4187c24c2
|
Loading…
Reference in New Issue
Block a user