diff options
| author | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:37 +0530 |
|---|---|---|
| committer | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:37 +0530 |
| commit | 6be538331e8b55bd779f97ba7ec53d4b711475a5 (patch) | |
| tree | 3ae6f897ec142614af7f93a552c7b406a4f3a1ee | |
| parent | 278560f9b71fdd4bbc708ae593d0cc0f6087ba5f (diff) | |
Add mpv.conf to the dotfiles
| -rw-r--r-- | mpv.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mpv.conf b/mpv.conf new file mode 100644 index 0000000..99dbc59 --- /dev/null +++ b/mpv.conf @@ -0,0 +1,7 @@ +sub-auto=all +sub-font='JetBrains Mono' +sub-border-size=1 +sub-color='#CDCDCD' +sub-shadow=3 +sub-shadow-color='#000000' +sub-shadow-offset=2 |
