diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-10-08 01:32:44 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-10-08 01:32:44 +0200 |
| commit | 10e9d39d764bba906a2e037f35dc282cacdd9d89 (patch) | |
| tree | ef13d60ef648876932782812a58e34723192e3f1 | |
| parent | ab3ac4d4a00d9e118f3a1e7b19acaaa115fda000 (diff) | |
updated configs
| -rw-r--r-- | .config/mpv/mpv.conf | 22 | ||||
| -rwxr-xr-x | .xinitrc | 4 |
2 files changed, 23 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 128a028..7889859 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,6 +1,26 @@ +profile=gpu-hq +scale=ewa_lanczossharp +cscale=ewa_lanczossharp +vo=gpu + +hwdec=auto + +keep-open=yes +stop-screensaver +border=no +no-border + +msg-color=yes +term-osd-bar=yes +cursor-autohide=1000 + +save-position-on-quit=yes + +screenshot-directory="~/Pictures/" +screenshot-template="%F - [%P]v%#01n" + [extension.webm] loop-file=inf [extension.gif] loop-file=inf -profile=gpu-hq @@ -7,8 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi -if [ -f /home/cafebabe/.scripts/statusbar.sh ]; then - . /home/cafebabe/.scripts/statusbar.sh +if [ -f /home/cafebabe/.local/bin/statusbar ]; then + . /home/cafebabe/.local/bin/statusbar fi export GTK_IM_MODULE='ibus' |
