Skip to content
New issue

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

[Feature Request] hide the cursor after 5 seconds of no mouse activity in full screen mode #117

Open
Harry-W-Haines-III opened this issue Mar 18, 2021 · 5 comments

Comments

@Harry-W-Haines-III
Copy link

Hypnotix does not seem to respect the settings in Celluloid to hide the cursor:
[io/github/celluloid-player/celluloid]
always-autohide-cursor=true

Is there any way to have Hypnotix hide the cursor after 5 seconds of no mouse activity in full screen mode? This would be a most welcome feature.

@Axel-Erfurt
Copy link

you can set mpv options by clicking the settings button

@Harry-W-Haines-III
Copy link
Author

could you please explain or give an example of how to stack commands in the one line window?
hwdec=auto-safe cursor-autohide=5000 cursor-autohide-fs-only
does not seem to work. please provide an example of something that solves this issue.

@Harry-W-Haines-III
Copy link
Author

tried:
hwdec=auto-safe --cursor-autohide=5000 --cursor-autohide-fs-only
hwdec=auto-safe, --cursor-autohide=5000, --cursor-autohide-fs-only
and they both seem to cause Hypnotix to just hang on a channel with no video.
If you comment, please provide a working solution to a problem, not a rabbit chase.

@Axel-Erfurt
Copy link

Axel-Erfurt commented Mar 18, 2021

hwdec=auto-safe cursor-autohide=5000 cursor-autohide-fs-only=yes

would be correct but doesn't seem to work.
It looks like hypnotix is ​​ignoring the mpv options. So probably a bug.

@Axel-Erfurt
Copy link

The problem is with python-mpv
It is used to embed mpv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants