blob: 697b849c220f5f091fefb43d0f782f0bd15be38c (
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
|
bind -f common > player-next
bind -f common B player-next-album
bind -f common space player-pause
bind -f common < player-prev
bind -f common Z player-prev-album
bind -f common backspace player-stop
bind -f common b seek -5
bind -f common f seek +5
bind -f common h seek -5
bind -f common l seek +5
bind -f common J seek -1m
bind -f common K seek +1m
bind -f common 9 vol -5%
bind -f common 0 vol +5%
bind -f common - vol -5%
bind -f common + vol +5%
bind -f common = vol +5%
bind -f common x win-remove
bind -f common D win-remove
bind -f common d win-remove
bind -f common delete win-remove
bind -f common A win-add-Q
bind -f common a win-add-q
bind -f common e win-add-l
bind -f common v win-toggle
bind -f common enter win-toggle
fset grunge=genre="Grunge"
set set_term_title=false
set stop_after_queue=true
set status_display_program=/usr/local/bin/cmus-notify
set color_error=red
set color_info=default
set color_separator=black
set color_statusline_bg=black
set color_statusline_fg=yellow
set color_statusline_progress_bg=black
set color_statusline_progress_fg=yellow
set color_titleline_attr=bold
set color_titleline_bg=black
set color_titleline_fg=yellow
set color_trackwin_album_attr=bold
set color_trackwin_album_bg=default
set color_trackwin_album_fg=default
set color_win_bg=default
set color_win_cur_attr=bold
set color_win_cur=red
set color_win_cur_sel_attr=bold
set color_win_cur_sel_bg=black
set color_win_cur_sel_fg=red
set color_win_sel_attr=bold
set color_win_sel_bg=black
set color_win_sel_fg=red
set color_win_dir=lightblue
set color_win_fg=gray
set color_win_inactive_cur_sel_attr=bold
set color_win_inactive_cur_sel_bg=darkgray
set color_win_inactive_cur_sel_fg=red
set color_win_inactive_sel_attr=bold
set color_win_inactive_sel_bg=black
set color_win_inactive_sel_fg=gray
set color_win_title_attr=bold
set color_win_title_bg=black
set color_win_title_fg=yellow
|