Added anchor, so actual song does not run away from window during playback.
[herrie-working.git] / herrie / man / 04-man
blob4963b3a1fb89599523bb9478a5f8e4e8e5ca4bf2
1 .TP
2 .B gui.browser.defaultpath=
3 On startup, the current directory is shown in the file browser. When
4 this option is set, it tries to open that specific directory first.
5 .TP
6 .B gui.color.bar.bg=blue
7 The background color of the bars (the status bar at the top of the
8 screen and the directory name bar in the middle). Valid colors are
9 black, red, green, yellow, blue, magenta, cyan, white and default. The
10 latter is the terminal's default color (e.g. black on white).
11 .TP
12 .B gui.color.bar.fg=white
13 The foreground color of the bars.
14 .TP
15 .B gui.color.block.bg=black
16 The background color of the blocks (the playlist, the file browser and
17 the message prompt at the bottom).
18 .TP
19 .B gui.color.block.fg=white
20 The foreground color of the blocks.
21 .TP
22 .B gui.color.deselect.bg=white
23 The background color of a selected item of an inactive window (the
24 background color of a selection in the file browser when the playlist is
25 selected, for example).
26 .TP
27 .B gui.color.deselect.fg=black
28 The foreground color of a selected item of an inactive window.
29 .TP
30 .B gui.color.enabled=yes
31 Draw the application using colors when the terminal supports it. When
32 disabled, the application is forced to draw itself as if it were used
33 with a monochrome terminal.
34 .TP
35 .B gui.color.marked.fg=black
36 The foreground color of the item that is currenty played. It is not
37 used when in party mode.
38 .TP
39 .B gui.color.marked.bg=red
40 The background color of the item that is currenty played. It is not
41 used when in party mode.
42 .TP
43 .B gui.color.select.bg=cyan
44 The background color of a selected item of an active window.
45 .TP
46 .B gui.color.select.fg=black
47 The foreground color of a selected item of an active window.
48 .TP
49 .B gui.input.confirm=yes
50 When disabled, the user will not be asked for confirmation when
51 issuing commands.
52 .TP
53 .B gui.input.may_quit=yes
54 When disabled, the user of the application may not quit the application
55 using the
56 .B q
57 button.
58 .TP
59 .B gui.ratio=50
60 The percentage of the height of the playlist.
61 .TP
62 .B gui.vfslist.scrollpages=no
63 When enabled, the file browser and the playlist will scroll an entire
64 page up or down when the selection goes out of sight.
65 .TP
66 .B playq.dumpfile=~/.herrie/%%PLAYQ_DUMPFILE%%
67 The filename used to automatically save the playlist at shutdown and
68 load at startup. When empty, this feature will be disabled. This feature
69 will also be disabled when the directory
70 .I ~/.herrie/
71 does not exist. The application will not create this directory by
72 itself.
73 .TP
74 .B playq.autoplay=no
75 Automatically start playback on startup.
76 .TP
77 .B playq.xmms=no
78 Always start
79 .B herrie
80 in XMMS mode.