mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #64] Wayfire to wayfire desktop? #16
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bashprompt on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/64
From wayfire.org:
"Wayfire is a wayland compositor based on wlroots."
Should I expect lan-mouse to work between wayfire desktops?
4242/UDP open on both desktops.
If there is any info I can send to help with this project let me know. Terminals on both machines look like this, except for the added ip.
@feschber commented on GitHub (Jan 5, 2024):
It looks like the keyboard-shortcut-inhibit protocol is not supported by wayfire.
This is necessary to enable modifier key events to be handled by lan-mouse.
I can open an issue on the Wayfire repo
@bashprompt commented on GitHub (Jan 5, 2024):
Thank you. I just logged back on to add some OS info, but it looks like not needed.
@feschber commented on GitHub (Jan 5, 2024):
I did some more digging and it seems that shortcut-inhibit was implemented recently. For some reason it's hidden behind a plugin, so you will need to add
shortcuts-inhibitto your list of plugins.I tested it and it seems to be working. Make sure you have a wayfire version that is newer than October 23rd, 2023.
@feschber commented on GitHub (Jan 5, 2024):
Working may have been an overstatement it still seems to be a little bit buggy. I will do more testing and report that to Wayfire
@feschber commented on GitHub (Jan 5, 2024):
Now its working! Had to restart wayfire after adding the plugin. Tell me if it works for you, too. I will add a note to the README in the meantime.
@feschber commented on GitHub (Jan 13, 2024):
Can you report back if you got it to work?