blob: d73dd21d509a8d06ae3f8decc89b4f2b1d0c3b89 (
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
78
79
80
81
82
83
84
85
86
87
88
89
90
|
# Colorscheme "night"
set color_cmdline_attr=default
set color_cmdline_bg=default
set color_cmdline_fg=255
set color_cur_sel_attr=default
set color_error=196
set color_info=220
set color_separator=green
set color_statusline_attr=default
set color_statusline_bg=234
set color_statusline_fg=45
set color_titleline_attr=default
set color_titleline_bg=default
set color_titleline_fg=46
set color_trackwin_album_attr=bold
set color_trackwin_album_bg=default
set color_trackwin_album_fg=default
set color_win_attr=default
set color_win_bg=default
set color_win_cur=46
set color_win_cur_attr=default
set color_win_cur_sel_attr=default
set color_win_cur_sel_bg=235
set color_win_cur_sel_fg=118
set color_win_dir=250
set color_win_fg=255
set color_win_inactive_cur_sel_attr=default
set color_win_inactive_cur_sel_bg=233
set color_win_inactive_cur_sel_fg=46
set color_win_inactive_sel_attr=default
set color_win_inactive_sel_bg=234
set color_win_inactive_sel_fg=green
set color_win_sel_attr=default
set color_win_sel_bg=235
set color_win_sel_fg=45
set color_win_title_attr=default
set color_win_title_bg=234
set color_win_title_fg=45
# Settings
set aaa_mode=all
set auto_expand_albums_follow=false
set auto_expand_albums_search=false
set auto_expand_albums_selcur=false
set auto_reshuffle=true
set confirm_run=true
set continue=true
set continue_album=true
set display_artist_sort_name=false
set dsp.alsa.device=default
set follow=true
set lib_sort=album tracknumber title date
set mixer.alsa.channel=Master
set mixer.alsa.device=default
set mixer.pulse.restore_volume=1
set mouse=false
set mpris=false
set output_plugin=alsa
set play_library=true
set play_sorted=false
set repeat=true
set resume=true
set set_term_title=true
set show_all_tracks=true
set show_current_bitrate=false
set show_playback_position=true
set show_remaining_time=false
set shuffle=true
set smart_artist_sort=true
set status_display_program="pkill -RTMIN+12 dwmblocks"
# Keybindings
bind -f common [ vol -1% -1%
bind -f common ] vol +1% +1%
bind -f common D win-remove
bind -f common h win-next
bind -f common j win-down
bind -f common k win-up
bind -f common l win-next
bind -f common n search-next
bind -f common N search-prev
bind -f common ^D win-page-down
bind -f common ^U win-page-up
bind -f common q quit
bind -f common { vol -5% -5%
bind -f common } vol +5% +5%
bind -f common g win-top
bind -f common G win-bottom
bind -f common left seek -5
bind -f common right seek +5
|