Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support for one-way control #164

Open
b0o opened this issue Jul 26, 2024 · 1 comment
Open

Feature Request: Support for one-way control #164

b0o opened this issue Jul 26, 2024 · 1 comment

Comments

@b0o
Copy link

b0o commented Jul 26, 2024

Really awesome project! One thing that would be nice is that I want to control my Mac from my Linux computer, but not the other way around. When I am focused on my Linux computer, I don't want my Mac's trackpad to be routed to my Linux computer. I always want the trackpad to control my Mac.

Maybe something like this in the config:

[right]
hostname = "my_mac"
activate_on_startup = true
client_only = true

(Note: I am currently using #131 on my Mac)

@feschber
Copy link
Owner

This is a good idea!
I have already been considering this, since it would open up a few more usecases like multiple devices controlling one other device.
My plan would be to have a separation between "incoming" and "outgoing" connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants