Added anchor, so actual song does not run away from window during playback.
[herrie-working.git] / herrie / man / 06-man
blob91381c37b1267c26df2c4fb8215e0267fc5acb91
1 .TP
2 .B vfs.cache=no
3 Cache file system entries to reduce disk I/O. This option massively
4 improves search performance on large directories. It is disabled by
5 default, since it increases memory footprint and requires you to press
6 .B P
7 to purge the cache manually, in case files are created and deleted in
8 the background. The purging of the cache may cause memory leaks, since
9 the caching could introduce cyclic dependencies.
10 .TP
11 .B vfs.dir.hide_dotfiles=yes
12 Hide files in directories with a filename starting with a dot.
13 .TP
14 .B vfs.lockup.chroot=
15 Lock the application's filebrowser in a directory. Please note that
16 .B herrie
17 must be launched as
18 .I root
19 for this switch to work. It is advised to set
20 .B vfs.lockup.user
21 as well.
22 .TP
23 .B vfs.lockup.user=
24 Change the effective user of the application to the specified user.
25 .SH AUTHORS
26 .B herrie
27 is maintained by Ed Schouten <ed@80386.nl>. Please visit
28 .I http://herrie.info/
29 for more information, documentation and developer notes.