mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:23:49 +01:00
Extend documentation of set
This commit is contained in:
parent
16c9c8b036
commit
dc5ade9aeb
@ -53,6 +53,9 @@ can be used
|
||||
set option4 hello\ world
|
||||
set option5 "hello world"
|
||||
|
||||
Especially for options with strings as values, note that escaping of special characters and white
|
||||
spaces is necessary. In the above example, ``option4`` and ``option5`` are both set to ``hello
|
||||
world``, but ``set option6 hello world`` would set ``option6`` only to ``hello``.
|
||||
|
||||
For colors, zathura supports HTML color codes and CSS3-style ``rgb(r,g,b)`` and ``rgba(r,g,b,a)``
|
||||
values. If you want to use color codes for some options, make sure to quote them accordingly or
|
||||
|
Loading…
Reference in New Issue
Block a user