lisp/org-clock.el: Point to the new location of x11idle.c

* lisp/org-clock.el (org-clock-x11idle-program-name): Update
docstring to point to the new location of the x11idle.c program.
This commit is contained in:
Bastien 2021-05-03 13:10:03 +02:00
parent e12ee7d166
commit 096cacfdbf
1 changed files with 4 additions and 5 deletions

View File

@ -438,12 +438,11 @@ specifications than `frame-title-format', which see."
(defcustom org-clock-x11idle-program-name "x11idle" (defcustom org-clock-x11idle-program-name "x11idle"
"Name of the program which prints X11 idle time in milliseconds. "Name of the program which prints X11 idle time in milliseconds.
You can find x11idle.c in the contrib/scripts directory of the you can do \"~$ sudo apt-get install xprintidle\" if you are using
Org git distribution. Or, you can do: a Debian-based distribution.
sudo apt-get install xprintidle Alternatively, can find x11idle.c in the org-contrib repository at
https://git.sr.ht/~bzg/org-contrib"
if you are using Debian."
:group 'org-clock :group 'org-clock
:version "24.4" :version "24.4"
:package-version '(Org . "8.0") :package-version '(Org . "8.0")