summaryrefslogtreecommitdiffstats
path: root/config.clerk
blob: 63f9e215f1784b90f82773489835610a65953a79 (plain)
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
56
57
58
59
# custom rofi settings (rofi reads settings from ~/.Xresources)
# but you can override settings here.
rofiopts="-i -no-levenshtein-sort"

# If you don't have physical access to your music_dir
# set this to no. This setting will make sure that ratings files
# will be copied to their associated album
music_dir_access=yes

# path to your music
music_path="/path/to/music_directory"

# Number of Songs to be added for "Random Tracks"
value=20

# stop on suspend?
stop_after_suspend=no

# use artist or albumartist for random tracks
random_artist=artist

# scrobbler to use. possible values: mpdscribble, mpdas
scrobbler=mpdscribble

# Fill these if scrobbler runs on a different host
# set to 0 if mpdscribble runs locally
ssh_lastfm=0
ssh_host=

# color of the help messages
help_color="#0C73C2"

# custom keybindings
# Adding of songs/albums
add="Alt+1"
insert="Alt+2"
replace="Alt+3"
rate="Alt+r"
addplay="Alt+4"
insertplay="Alt+5"
addall="Alt+4"
insertall="Alt+5"

# playback controls
toggle="Alt+1"
prev="Alt+2"
next="Alt+3"
stop="Alt+4"

# playlist menu
# also used: rate
delete="Alt+1"
crop="Alt+2"
save="Alt+s"
clear="Alt+c"
suspend="Alt+9"
resume="Alt+0"
rss="Alt+8"
load="Alt+l"