Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4906

Raspberry Pi OS • Re: Bookworm12 / Wayland kiosk mode?

$
0
0
Further progress - the wayfire-plugins-extra seemed not to work so I took the "Bruce Forsythe and ignorance" approach and just made all the cursor icons transparent:

Download transparent cursor:
https://github.com/celly/transparent-xc ... ree/master

Code:

$ cd /usr/share/icons/PiXflat/cursors$ for FILENAME in *; do sudo rm $FILENAME; sudo ln -s transparent $FILENAME; done$ sudo wget https://github.com/celly/transparent-xcursor/raw/refs/heads/master/transparent
A hand cursor still pops up on occasion but I'm beyond worrying about that now.

Statistics: Posted by John_U — Wed Dec 04, 2024 2:14 pm



Viewing all articles
Browse latest Browse all 4906

Trending Articles