worron / cavalcade

C.A.V.A. gui
GNU General Public License v3.0
30 stars 0 forks source link

hide cursor in fullscreen mode? #7

Closed min-xu-ai closed 1 year ago

min-xu-ai commented 2 years ago

Thanks for this great app! I love it.

In fullscreen mode (with gnome), the cursor is showing. Is there a way to hide it when it is not moving?

Thanks in advance!

worron commented 2 years ago

Quite reasonable idea, so I added cursor auto hide feature to app. Try to update app from devel branch and update your config (~/.config/cavalcade/main.ini) with new option. This cursor_hide_timeout opton allows configurate auto hide timeout in seconds.

min-xu-ai commented 2 years ago

Just tried it. Works great!

I don't see a config in the UI for change this config value though. Does it mean user have to edit the ini file?

worron commented 2 years ago

Does it mean user have to edit the ini file?

Exactly, for now at least.

There are few "low level" settings in this app which available by config file only. It does not feels worth it making gui for things which will be configured once at best. Right now have no decision about gui for cursor_hide_timeout option, may be will reconsider this later.

min-xu-ai commented 2 years ago

Sounds good 👌