Skip to content

Instantly share code, notes, and snippets.

@EvgenyOrekhov
Last active June 14, 2023 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvgenyOrekhov/ffe91ccc6851651a89729750548a642b to your computer and use it in GitHub Desktop.
Save EvgenyOrekhov/ffe91ccc6851651a89729750548a642b to your computer and use it in GitHub Desktop.
Settings
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
# Modify the line below if you do not
# want to use sound card 0.
#slave.pcm "plughw:0,0";
# by default we want to play from more sources at time:
slave.pcm "plug:dmix";
}
pcm.!default {
type plug;
slave.pcm plugequal;
}
set guidestripe 72
vo=gpu
hwdec=vdpau-copy
profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
sharpen=2
interpolation=yes
tscale=oversample
video-sync=display-resample
alang=English,eng,en
slang=English,eng,en
audio-file-auto=fuzzy
sub-auto=fuzzy
sub-filter-sdh=yes
sub-filter-sdh-harder=yes
fullscreen=yes
af=superequalizer=1b=1:2b=1:3b=0.5:4b=0.5:5b=0.5:6b=0.5:7b=0.5:8b=0.5:9b=0.5:10b=0.5:11b=0.5:12b=0.5:13b=0.5:14b=0.5:15b=0.5:16b=1:17b=1:18b=1
about-scheme
chrome-extension-scheme
chrome-scheme
edge-scheme
moz-extension-scheme
opera-scheme
vivaldi-scheme
wyciwyg-scheme
192.168.1.1
alibaba.com
aliexpress.com
aliexpress.ru
app.element.io
bitbucket.org
cash4brands.ru
data-scheme
dropbox.com
emphasoft.com
facebook.com
feedly.com
file-scheme
forethought.ai
genotek.ru
github.com
github.io
gitlab.com
gosuslugi.ru
hh.ru
imdb.com
instagram.com
jsfiddle.net
leanpub.com
letyshops.com
letyshops.ru
lingualeo.com
localhost
loopconversation.about-scheme
mail.ru
moviemakeronline.com
myshows.me
nalog.ru
notabenoid.org
npmjs.com
ok.ru
olegb.ru
psbank.ru
rt.ru
sberbank.ru
slack.com
tinkoff.ru
twitter.com
urbandictionary.com
vercel.app
vk.com
web.skype.com
wikipedia.org
yandex.ru
{
"[handlebars]": {
"files.insertFinalNewline": false
},
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnType": true
},
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "MesloLGM Nerd Font Mono, Menlo, Monaco, DejaVu Sans Mono for Powerline, DejaVuSansMono NF, Consolas, 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.wordWrap": "on",
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onFocusChange",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"git.mergeEditor": false,
"html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 1,
"html.format.wrapAttributes": "force-expand-multiline",
"html.format.wrapLineLength": 80,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"terminal.integrated.fontSize": 14,
"editor.fontSize": 13,
"python.linting.mypyEnabled": true,
"python.analysis.autoImportCompletions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment