mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-06 08:34:56 +01:00
Add a note about the D-Bus signal
This commit is contained in:
parent
fca4d040a4
commit
caa27db95d
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
Both synctex forward and backwards synchronization are supported by zathura, To
|
Both synctex forward and backwards synchronization are supported by zathura, To
|
||||||
enable synctex forward synchronization, please look at the *--syntex* and
|
enable synctex forward synchronization, please look at the *--syntex* and
|
||||||
*--synctex-editor* options. To support synctex backwards synchronization,
|
*--synctex-editor* options. zathura will also emit a signal via the D-Bus
|
||||||
zathura provides a D-Bus interface that can be called by the editor. For
|
interface. To support synctex backwards synchronization, zathura provides a
|
||||||
convince zathura also knows how to parse the output of the *synctex view*
|
D-Bus interface that can be called by the editor. For convince zathura also
|
||||||
command. It is enough to pass the arguments to *synctex view*'s *-i* option to
|
knows how to parse the output of the *synctex view* command. It is enough to
|
||||||
zathura via *--syntex-forward* and zathura will pass the information to the
|
pass the arguments to *synctex view*'s *-i* option to zathura via
|
||||||
correct instance.
|
*--syntex-forward* and zathura will pass the information to the correct
|
||||||
|
instance.
|
||||||
|
|
Loading…
Reference in a new issue