ydotoold.8 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .\" Generated by scdoc 1.11.1
  2. .\" Complete documentation for this program is not available as a GNU info page
  3. .ie \n(.g .ds Aq \(aq
  4. .el .ds Aq '
  5. .nh
  6. .ad l
  7. .\" Begin generated content:
  8. .TH "ydotoold" "8" "2022-02-01"
  9. .P
  10. .SH NAME
  11. .P
  12. ydotoold - daemon for \fBydotool\fR(1)
  13. .P
  14. .SH SYNOPSIS
  15. .P
  16. \fBydotoold\fR
  17. .P
  18. .SH DESCRIPTION
  19. .P
  20. \fBydotool\fR lets you programmatically (or manually) simulate
  21. keyboard input and mouse activity, etc.\& It does this by writing
  22. directly to \fB/dev/uinput\fR so it generally needs to run as root.\&
  23. .P
  24. When \fBydotool\fR(1) runs and creates a virtual input device, it will take some time for your graphical environment (eg X11/Wayland) to recognize and enable the virtual input device.\& (Usually done by udev)
  25. .P
  26. If the delay is too short, the virtual input device may not be recognized & enabled by the graphical environment in time.\&
  27. .P
  28. In order to solve this problem, the \fBydotoold\fR background service holds a persistent virtual device, and accepts input from \fBydotool\fR(1).\& When \fBydotoold\fR(1) is unavailable, \fBydotool\fR(1) will work without it.\&
  29. .P
  30. .SH AUTHOR
  31. .P
  32. \fBydotool\fR(1) and \fBydotoold\fR(8) were written by ReimuNotMoe.\&
  33. .P
  34. This man page by bob.\&hepple@gmail.\&com
  35. .P
  36. .SH COPYRIGHT
  37. .P
  38. MIT License
  39. .P
  40. .SH SEE ALSO
  41. .P
  42. \fBydotool\fR(1)
  43. .P
  44. Project site: <https://github.\&com/ReimuNotMoe/ydotool>