diff options
| author | Robert Günzler <r@gnzler.io> | 2024-11-25 13:30:08 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2024-11-25 13:58:25 +0100 |
| commit | 18e3848110da0a59843058927ea04b496f5db2a5 (patch) | |
| tree | d54e7e1ab025d61507a0b1c3523c08abf400575d /.config/mpv/mvi/script-opts/detect_image.conf | |
| parent | 8f29be993dad465c1bb108462dc1bd63706649a5 (diff) | |
update mpv config
Signed-off-by: Robert Günzler <r@gnzler.io>
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 |