-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtap.yml
More file actions
55 lines (49 loc) · 1.48 KB
/
tap.yml
File metadata and controls
55 lines (49 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Set a default path. For use with [-d, --default] flag.
# path: "~/path/to/my_music"
# Disable parallel filesystem scanning. Useful on older systems, VMs, networked drives,
# or HDDS. If tap takes a long time to load you can try setting this to true.
#
# sequential: false
# Set the colors.
# Values can be hexadecimal ("#81a1be", "1f211d") or named ("red", "light green", etc).
#
# color:
# fg: "#81a1be"
# bg: "#1f211d"
# hl: "#c5c8c6"
# prompt: "#39363e"
# header_1: "#b5bd68"
# header_2: "#f0c674"
# progress: "#b294bb"
# info: "#8abeb7"
# err: "#cc6666"
# Use the terminal background color.
# term_bg: false
# Use both the terminal background and foreground colors.
# term_color: false
# Use the default "tap" colors.
# default_color: false
# Set keybindings for the player.
# Available Keys: "a"..="z", symbols, "Ctrl+[char]", "Up", "Down", "Left",
# "Right", "Enter", "Esc", "Backspace", "Delete", "Insert", "Home", "End",
# "PageUp", "PageDown", "Tab", "Space".
#
# keybindings:
# play_or_pause: ["h", "Space", "Left"]
# stop: ["l", "Enter", "Right"]
# next: ["j", "n", "Down"]
# previous: ["k", "p", "Up"]
# increase_volume: ["]"]
# decrease_volume: ["["]
# toggle_mute: ["m"]
# toggle_volume_display: ["v"]
# seek_to_min: ["'"]
# seek_to_sec: ["""]
# seek_forward: ["."]
# seek_backward: [","]
# toggle_randomize: ["*", "r"]
# toggle_shuffle: ["~", "s"]
# play_track_number: ["g"]
# play_last_track: ["Ctrl+g"]
# show_help: ["?"]
# quit: ["q"]