Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
60 stars 10 forks source link

Completely hide mouse cursor when TOUCHSCREEN=true #73

Closed mishoboss closed 4 months ago

mishoboss commented 1 year ago

By using the default unclutter idle time the mouse cursor is visible for like several seconds after interaction, which on touchscreen is usually undesired behaviour.

I tried xset -nocursor, but had no effect for some reason, so I set unclutter with -idle 0.01. Which works, but when dragging the cursor is still visible. Ultimately we should start xorg wih completely hidden or invisible cursor (maybe supply a custom cursor icon 1x1 pixel).

mishoboss commented 7 months ago

Hey, what about that one? Cursor is ruining the smooth experience :(

mishoboss commented 4 months ago

Hey Adam, do you have a roadmap for this one. Would be so much more awesome without cursor on touchscreens.

Salamek commented 4 months ago

@mishoboss already released in chromium-kiosk 2.5 and qiosk 1.8

use configuration option:

CURSOR:
    ENABLED: false