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

Raspberry Pi OS • Re: [open] How to hide Mouse Cursor in Wayland?

$
0
0
Or you can install hideaway plugin from Interception-tools.

This is on a new vanilla Raspbian 2024 64-bit install.



#!/bin/bash
# hide mouse in wayland raspbian

sudo apt install -y interception-tools interception-tools-compat
sudo apt install -y cmake
cd ~
git clone https://gitlab.com/interception/linux/p ... deaway.git
cd hideaway
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cp /home/user/hideaway/build/hideaway /usr/bin
sudo chmod +x /usr/bin/hideaway

cd ~
wget https://raw.githubusercontent.com/ugota ... onfig.yaml
sudo cp /home/$USER/config.yaml /etc/interception/udevmon.d/config.yaml
sudo systemctl restart udevmon

Statistics: Posted by schmitz71 — Thu Jan 04, 2024 10:08 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles