diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-19 14:39:56 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-19 14:39:56 -0500 |
| commit | 143696c0a95af8eb819562701dcd0421254620f8 (patch) | |
| tree | 29a78f2461f452f32e5e6796140aac7b57b31433 /env/.config/mpv | |
| parent | 63cfe979086c720209bfacbcc5ae22c8a28dbea3 (diff) | |
lots of changes
- changed music command
- added music to backup
- showmethekey more window rules
- added mpv config
- added seahorse to all reqs
- nvim
- added render markdown
- added treesitter. ive been using just my systems treesitter.
- fixed undotree bind
- removed eldritch theme. it broke
Diffstat (limited to 'env/.config/mpv')
| -rw-r--r-- | env/.config/mpv/mpv.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/env/.config/mpv/mpv.conf b/env/.config/mpv/mpv.conf new file mode 100644 index 0000000..fd7baa6 --- /dev/null +++ b/env/.config/mpv/mpv.conf @@ -0,0 +1,6 @@ +sub-color='#FFFF00' #subtitle color in rgb +sub-shadow-color='#000000' #shadow color +sub-font='Noto Sans' #set font +sub-bold=yes +sub-font-size=60 +sub-pos=95 #subtitle position 5 percent above the bottom of the screen |
