mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 22:01:59 -06:00
[GH-ISSUE #107] Invoke custom script when input is switched #40
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#40
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 @xpufx on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/107
Barrier has this parameter
--screen-change-script <path>:full path to script to run on screen change first argument is the new screen namewhich runs a user defined script when input switching occurs.I am using this feature to switch my monitor input with ddc commands as detailed here: https://xpufx.com/posts/hundred-percent-software-kvm-switch/
Is there similar functionality in lan-mouse?
@feschber commented on GitHub (Apr 22, 2024):
Not right now but I will keep this issue around.
@feschber commented on GitHub (Apr 22, 2024):
Also: Are you aware of input-leap? It's the maintained barrier fork.
@feschber commented on GitHub (May 12, 2024):
Will need to update for windows and update the documentation
@xpufx commented on GitHub (Dec 3, 2024):
Somehow I missed this comment. At the time I posted the question none of the barrier forks had wayland support. Now input leap and the new synergy upstream Deskflow do seem to have it.
Thank you for the enter hook support. Awesome. I will test it out asap.