[PR #412] [CLOSED] feat(x11): implement X11 input capture backend #407

Closed
opened 2026-05-05 22:18:25 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/412
Author: @posthum4n-ai
Created: 4/4/2026
Status: Closed

Base: mainHead: feat/x11-input-capture


📝 Commits (1)

  • fe80d3f feat(x11): implement X11 input capture backend

📊 Changes

2 files changed (+544 additions, -13 deletions)

View changed files

📝 input-capture/src/error.rs (+4 -2)
📝 input-capture/src/x11.rs (+540 -11)

📄 Description

We (Claude+me) got X11 input working using polling instead of mouse events. For me this works perfectly on X11, is this something we want into main? Tested with Gnome 46 + X11.

I don't have experience with Rust or X11, but I'm super happy with how this works for me.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/412 **Author:** [@posthum4n-ai](https://github.com/posthum4n-ai) **Created:** 4/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/x11-input-capture` --- ### 📝 Commits (1) - [`fe80d3f`](https://github.com/feschber/lan-mouse/commit/fe80d3fe1d65c2003fd92b99c2ad69e17b7e04da) feat(x11): implement X11 input capture backend ### 📊 Changes **2 files changed** (+544 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `input-capture/src/error.rs` (+4 -2) 📝 `input-capture/src/x11.rs` (+540 -11) </details> ### 📄 Description We (Claude+me) got X11 input working using polling instead of mouse events. For me this works perfectly on X11, is this something we want into main? Tested with Gnome 46 + X11. I don't have experience with Rust or X11, but I'm super happy with how this works for me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:18:25 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#407
No description provided.