diff options
author | xengineering <me@xengineering.eu> | 2023-04-15 11:04:13 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-15 11:04:13 +0200 |
commit | 3de768cf8cf108f3622b190b8b6c0dd2f36e19b0 (patch) | |
tree | 0064ac1b8aba30e3f3c0ce3f5413394b35172d2e /mpv/mpv.conf | |
parent | bef0dba2c5b90e5849d39923ad537fc89fa931a3 (diff) | |
download | dotfiles-3de768cf8cf108f3622b190b8b6c0dd2f36e19b0.tar dotfiles-3de768cf8cf108f3622b190b8b6c0dd2f36e19b0.tar.zst dotfiles-3de768cf8cf108f3622b190b8b6c0dd2f36e19b0.zip |
Move save-position-on-quit mpv option to config
This used to be a bashrc alias. With the config file it is also
available to other shells and graphical environments.
Diffstat (limited to 'mpv/mpv.conf')
-rw-r--r-- | mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..f3140f7 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1 @@ +save-position-on-quit=yes |