mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +01:00
Add FAQ
This commit is contained in:
parent
34d82b6f9b
commit
44522a783c
12
doc/faq.rst
12
doc/faq.rst
@ -1,2 +1,14 @@
|
||||
FAQ
|
||||
===
|
||||
|
||||
Set colors have no effect
|
||||
-------------------------
|
||||
|
||||
If you want to overwrite a color you need to make sure that you either escape
|
||||
the hash tag or put the new value between paranthesis.
|
||||
|
||||
::
|
||||
|
||||
set color red
|
||||
set color \#000000
|
||||
set color "#000000"
|
||||
|
@ -6,3 +6,4 @@ Commandline invocation
|
||||
======================
|
||||
|
||||
.. include:: ../man/_synopsis.txt
|
||||
.. include:: ../man/_options.txt
|
||||
|
Loading…
Reference in New Issue
Block a user