add sway and waybar configs, misc other stuff

This commit is contained in:
Mark Riedesel 2021-08-21 15:09:03 -05:00
parent 192a283141
commit 528c998ee4
21 changed files with 634 additions and 58 deletions

1
_config/mpv/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
watch_later/*

4
_config/mpv/mpv.conf Normal file
View file

@ -0,0 +1,4 @@
profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
loop-file=yes

2
_config/mpv/sbs.conf Normal file
View file

@ -0,0 +1,2 @@
glsl_shader=~~/sbs-tweak.glsl
loop-file=yes

View file

@ -0,0 +1,8 @@
//!HOOK CHROMA
//!BIND HOOKED
//!BIND LUMA
vec4 hook() {
vec3 _m = vec3(HOOKED_pos, 0.5);
return vec4(_m, 1.0);
}