mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-21 22:32:46 +00:00
mpv: use auto{crop,deint} provided scripts
This commit is contained in:
parent
9ab2f2e528
commit
585840fe82
2
archpkgs
2
archpkgs
|
@ -157,6 +157,7 @@ rsync
|
|||
runc
|
||||
rustup
|
||||
samba
|
||||
signal-desktop
|
||||
slumber
|
||||
smartmontools
|
||||
sof-firmware
|
||||
|
@ -192,6 +193,7 @@ wqy-microhei
|
|||
xarchiver
|
||||
xdelta3
|
||||
xdg-utils
|
||||
xdotool
|
||||
xf86-input-evdev
|
||||
xf86-input-libinput
|
||||
xf86-input-wacom
|
||||
|
|
|
@ -30,6 +30,10 @@ wget https://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css
|
|||
wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua
|
||||
nvim +PaqInstall +q
|
||||
|
||||
mkdir -p ~/.config/mpv/scripts
|
||||
ln -s /usr/share/mpv/scripts/autocrop.lua ~/.config/mpv/scripts
|
||||
ln -s /usr/share/mpv/scripts/autodeint.lua ~/.config/mpv/scripts
|
||||
|
||||
printf bt-tracker= > ~/.config/aria2/aria2.conf
|
||||
curl -L https://github.com/ngosang/trackerslist/raw/master/trackers_best.txt | tr "\n" , >> ~/.config/aria2/aria2.conf
|
||||
|
||||
|
|
|
@ -54,9 +54,6 @@ body {
|
|||
--shadow: 0 1px 3px #00000055;
|
||||
}
|
||||
|
||||
[id^="streamEntryBody"] {display: none} // lms show grades
|
||||
.stream-grade.ng-hide { display: flex !important }
|
||||
|
||||
body>div#outer.wrapper { //ao3
|
||||
zoom: 110%;
|
||||
background: #000;
|
||||
|
|
Loading…
Reference in a new issue