mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:36:00 +01:00
Fix typo (fixes: pwmt/zathura#29)
This commit is contained in:
parent
9f58d4b16d
commit
9771cf1e8e
2 changed files with 6 additions and 6 deletions
10
README
10
README
|
@ -33,11 +33,11 @@ The use of magic to detect mime types is optional and can be disabled by
|
||||||
configuring the build system with -Denable-magic=false.
|
configuring the build system with -Denable-magic=false.
|
||||||
|
|
||||||
The use of seccomp to create a sandboxed environment is optional and can be
|
The use of seccomp to create a sandboxed environment is optional and can be
|
||||||
disabled by configure the build system with -Denable-seccomp=false.
|
disabled by configure the build system with -Denable-seccomp=false. The sandbox
|
||||||
The sandbox will by default be set to "normal" mode, which should not interfere
|
will by default be set to "normal" mode, which should not interfere with the
|
||||||
with the normal operation of zathura. For strict sandbox mode set "sandbox strict"
|
normal operation of zathura. For strict sandbox mode set "sandbox strict" in
|
||||||
in zathurarc. Strict sandbox mode will reduce the available functionality of zathura
|
zathurarc. Strict sandbox mode will reduce the available functionality of
|
||||||
and provide a read only document viewer.
|
zathura and provide a read only document viewer.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -5,7 +5,7 @@ interface. To support synctex backwards synchronization, zathura provides a
|
||||||
D-Bus interface that can be called by the editor. For convince zathura also
|
D-Bus interface that can be called by the editor. For convince zathura also
|
||||||
knows how to parse the output of the *synctex view* command. It is enough to
|
knows how to parse the output of the *synctex view* command. It is enough to
|
||||||
pass the arguments to *synctex view*'s *-i* option to zathura via
|
pass the arguments to *synctex view*'s *-i* option to zathura via
|
||||||
*--syntex-forward* and zathura will pass the information to the correct
|
*--synctex-forward* and zathura will pass the information to the correct
|
||||||
instance.
|
instance.
|
||||||
|
|
||||||
For gvim forward and backwards synchronization support can be set up as follows:
|
For gvim forward and backwards synchronization support can be set up as follows:
|
||||||
|
|
Loading…
Reference in a new issue