Project

General

Profile

Feature #983

Hide Mouse Cursor With Wayland on Raspberry Pi Debian

Added by Daniel Curtis 20 days ago. Updated 19 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
07/18/2025
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

This is a guide on hiding the mouse cursor on Wayland. Currently there are no packages in the Raspberry Pi Debian repos for wayfire-plugins-extra, so this guide will build it from source.

Prepare the Environment

  • Install dependencies:
    sudo apt install libglibmm-2.4-dev libglm-dev libxml2-dev libpango1.0-dev libcairo2-dev wayfire-dev libwlroots-dev libwf-config-dev meson ninja-build
    

Build wayfire-plugins-extra

  • Download and compile plugins:
    git clone https://github.com/seffs/wayfire-plugins-extra-raspbian.git && cd wayfire-plugins-extra-raspbian
    meson build --prefix=/usr --buildtype=release
    ninja -C build
    
  • Copy the hide-cursor plugin and config to wayfire directories:
    sudo cp build/src/libhide-cursor.so /usr/lib/arm-linux-gnueabihf/wayfire/
    sudo cp metadata/hide-cursor.xml /usr/share/wayfire/metadata/
    
  • Edit wayfire user config:
    nano ~/.config/wayfire.ini
    
    1. And add the following:
      [core]
      plugins = autostart hide-cursor
      

Resources

#1

Updated by Daniel Curtis 20 days ago

  • Description updated (diff)
#2

Updated by Daniel Curtis 20 days ago

  • Status changed from New to Resolved
  • Description updated (diff)
#3

Updated by Daniel Curtis 19 days ago

  • % Done changed from 0 to 100

Also available in: Atom PDF