TouchRMB adds Windows-like right click by long tap on a touchscreen in X11 desktop sessions.
It is an independent implementation inspired by the long-tap right-click UX found on Windows tablets. No Microsoft code or assets are included.
Long-tap animation:
Settings window:
It installs:
touchrmb- low-overhead resident daemon in Ctouchrmb-settings- GUI for delay, animation, size, border width, and color
- Linux
- X11 session
- X11 desktop session such as
LXQtorXFCE systemd --user- build tools and headers for:
x11,xext,xtst,xi,xrandr,gtk+-3.0
Copy and paste this:
git clone https://github.com/BlackF1re/TouchRMB.git
cd TouchRMB
chmod +x install.sh
./install.shIf the system is compatible but missing prerequisites, the installer will stop and print the exact packages to install.
- Settings app:
touchrmb-settings - Config file:
~/.config/touchrmb/config.ini
- The daemon works with direct-touch
evdevdevices and prefersCHPN0001:00when present. - It is designed for
X11desktop sessions, not for Wayland yet.
BSD 3-Clause. See LICENSE.

