summaryrefslogtreecommitdiffstats
path: root/config.clerk
blob: 7c917721a5f14a27d3e70dff94e79927a007aaff (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# custom rofi settings (rofi reads settings from ~/.Xresources)
# but you can override settings here.
rofiopts="-lines 30 -width 1500 -i -no-levenshtein-sort"

# custom mpd host
mpd_host=
mpd_port=
mpd_password=

# 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"
help_separator_color="#5F5F5F"

# custom keybindings
# global
albumlist="Alt+F1"
tracklist="Alt+F2"
queue="Alt+F3"
toggle="Alt+F6"
prev="Alt+F5"
next="Alt+F8"
stop="Alt+F7"
seek="Alt+f"
nextalbum="Alt+Shift+F8"
prevalbum="Alt+Shift+F5"

# main menu
help="Alt+h"

# Adding of songs/albums
add="Alt+1"
insert="Alt+2"
replace="Alt+3"
rate="Alt+r"
addplay="Alt+4"
insertplay="Alt+5"
savefav="Alt+s"

# playlist menu
# also used: rate
delete="Alt+Delete"
crop="Alt+x"
clear="Alt+c"
movedown="Alt+Down"
moveup="Alt+Up"
goalbum="Alt+a"
gotrack="Alt+t"
playlist="Alt+p"

# table customization
track_width="2"
title_width="40"
artist_width="40"
date_width="6"
# album is much longer in order to keep filename off screen
album_width="200"

# custom widths for playlist
pl_title_width="60"
pl_artist_width="40"