diff options
author | Bert Münnich <ber.t@posteo.de> | 2019-04-19 15:52:44 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2019-04-19 15:52:44 +0200 |
commit | 18d63dba28ebb20a58c90a26700e9446f0b8171a (patch) | |
tree | 9604b2fedae1d7126b82523a009a2d21f937bf0c | |
parent | 7bde7e618a13883816a73f5372493e1c76f52a3f (diff) |
Mention supported X resources in man page
-rw-r--r-- | sxiv.1 | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -375,6 +375,17 @@ Zoom in. .TP .B ScrollDown Zoom out. +.SH CONFIGURATION +The following X resources are supported: +.TP +.B background +Color of the window background and bar foreground +.TP +.B foreground +Color of the window foreground and bar background +.TP +.B font +Name of Xft bar font .SH STATUS BAR The information displayed on the left side of the status bar can be replaced with the output of a user-provided script, which is called by sxiv whenever an @@ -431,5 +442,5 @@ Max Voit <mvdev at with-eyes.net> https://github.com/muennich/sxiv .EE .SH SEE ALSO -.BR feh (1), -.BR qiv (1) +.BR X (7), +.BR xrdb (1) |