diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/mpv/mvi/script-opts/detect_image.conf (renamed from .config/mvi/script-opts/detect_image.conf) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mvi/script-opts/detect_image.conf b/.config/mpv/mvi/script-opts/detect_image.conf index 1ddd9ca..586fb95 100644 --- a/.config/mvi/script-opts/detect_image.conf +++ b/.config/mpv/mvi/script-opts/detect_image.conf @@ -12,6 +12,6 @@ command_on_non_image_loaded= # note that there is no such thing as "unloading a profile", to emulate this you must create an opposite profile and load that # example possible values: -#command_on_first_image_loaded=apply-profile image; enable-section image-viewer; script-message enable-status-line +#command_on_first_image_loaded=apply-profile image; enable-section image-viewer; script-message status-line-enable #command_on_image_loaded=no-osd set video-pan-x 0; script-message align-border "" -1 -#command_on_non_image_loaded=disable-section image-viewer; no-osd set video-pan-x 0; no-osd set video-pan-y 0; no-osd set video-zoom 0; script-message disable-status-line +#command_on_non_image_loaded=disable-section image-viewer; no-osd set video-pan-x 0; no-osd set video-pan-y 0; no-osd set video-zoom 0; script-message status-line-disable |