diff options
author | Bert Münnich <be.muennich@gmail.com> | 2013-01-27 18:03:07 +0100 |
---|---|---|
committer | Bert Münnich <be.muennich@gmail.com> | 2013-01-27 18:03:07 +0100 |
commit | aa6ccf42b8aace05154bf2eebcba8695524b0b17 (patch) | |
tree | 79229fc6dd0bbbf7fde51a4614172cc5677a7c64 /sxiv.1 | |
parent | 3a0a1ae889bc4de959cfe5079d541b0ec9119089 (diff) | |
parent | 9c0a53bc34c53424613ee203253fee526ba9f049 (diff) |
Merge branch 'userinfo'
Diffstat (limited to 'sxiv.1')
-rw-r--r-- | sxiv.1 | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -1,6 +1,6 @@ .TH SXIV 1 sxiv\-VERSION .SH NAME -sxiv \- Simple (or small or suckless) X Image Viewer +sxiv \- Simple X Image Viewer .SH SYNOPSIS .B sxiv .RB [ \-bcdFfhpqrstvZ ] @@ -306,9 +306,18 @@ Pan image left. .TP .B Shift+ScrollDown Pan image right. +.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 +image gets loaded. The path of this script is +.I ~/.sxiv/exec/image-info +and the first argument to this script is the path of the loaded image. +.P +There is also an example script installed together with sxiv as +.IR PREFIX/share/sxiv/exec/image-info . .SH THUMBNAIL CACHING To enable thumbnail caching, please make sure to create the directory -.I ~/.sxiv/ +.I ~/.sxiv/cache/ with write permissions. sxiv will then store all thumbnails inside this directory, but it will not create this directory by itself. It rather uses the existance of this directory as an affirmation, that the user wants thumbnails @@ -321,30 +330,23 @@ Additionally, run the following command afterwards inside the cache directory to remove empty subdirectories: .P .RS -find \-type d \-empty \-delete -.RE -.P -If the version of -.I find -installed on your local system does not support the \-delete option, then you -can also try the following command: -.P -.RS find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\; .RE .SH AUTHOR .EX -Bert Muennich <ber.t at gmx.com> +Bert Muennich <be.muennich @ gmail.com> .EE .SH CONTRIBUTORS .EX Bastien Dejean <nihilhill at gmail.com> Dave Reisner <d at falconindy.com> Fung SzeTat <sthorde at gmail.com> -.EX +.EE .SH HOMEPAGE -.TP +.EX +http://muennich.github.com/sxiv https://github.com/muennich/sxiv +.EE .SH SEE ALSO .BR feh (1), .BR qiv (1) |