We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide following Information:
border=no
mpv --config-dir=<path to aforementioned directory> <path to some video file>
Window has no border
Window has a border.
The file with the watch-later information (~~/watch-later/<hash>) contains border=yes instead of border=no.
~~/watch-later/<hash>
border=yes
log from first run log from second run
The text was updated successfully, but these errors were encountered:
This is almost certainly because the border option works weirdly on wayland. Although I wouldn't have expected this to happen.
border
Sorry, something went wrong.
Apparently border even gets set to true while in fullscreen, so it makes sense that watch-later would act that way.
It looks like the compositor sets the border when going into fullscreen. That's pretty weird.
No branches or pull requests
Important Information
Provide following Information:
Reproduction steps
border=no
mpv --config-dir=<path to aforementioned directory> <path to some video file>
Expected behavior
Window has no border
Actual behavior
Window has a border.
The file with the watch-later information (
~~/watch-later/<hash>
) containsborder=yes
instead ofborder=no
.Log file
log from first run
log from second run
The text was updated successfully, but these errors were encountered: