diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
commit | 82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch) | |
tree | d17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/cmus |
initial commit
Diffstat (limited to '.config/cmus')
-rw-r--r-- | .config/cmus/rc | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc new file mode 100644 index 0000000..4ffe095 --- /dev/null +++ b/.config/cmus/rc | |||
@@ -0,0 +1,89 @@ | |||
1 | # Colorscheme "night" | ||
2 | set color_cmdline_attr=default | ||
3 | set color_cmdline_bg=default | ||
4 | set color_cmdline_fg=255 | ||
5 | set color_cur_sel_attr=default | ||
6 | set color_error=196 | ||
7 | set color_info=220 | ||
8 | set color_separator=green | ||
9 | set color_statusline_attr=default | ||
10 | set color_statusline_bg=234 | ||
11 | set color_statusline_fg=45 | ||
12 | set color_titleline_attr=default | ||
13 | set color_titleline_bg=default | ||
14 | set color_titleline_fg=46 | ||
15 | set color_trackwin_album_attr=bold | ||
16 | set color_trackwin_album_bg=default | ||
17 | set color_trackwin_album_fg=default | ||
18 | set color_win_attr=default | ||
19 | set color_win_bg=default | ||
20 | set color_win_cur=46 | ||
21 | set color_win_cur_attr=default | ||
22 | set color_win_cur_sel_attr=default | ||
23 | set color_win_cur_sel_bg=235 | ||
24 | set color_win_cur_sel_fg=118 | ||
25 | set color_win_dir=250 | ||
26 | set color_win_fg=255 | ||
27 | set color_win_inactive_cur_sel_attr=default | ||
28 | set color_win_inactive_cur_sel_bg=233 | ||
29 | set color_win_inactive_cur_sel_fg=46 | ||
30 | set color_win_inactive_sel_attr=default | ||
31 | set color_win_inactive_sel_bg=234 | ||
32 | set color_win_inactive_sel_fg=green | ||
33 | set color_win_sel_attr=default | ||
34 | set color_win_sel_bg=235 | ||
35 | set color_win_sel_fg=45 | ||
36 | set color_win_title_attr=default | ||
37 | set color_win_title_bg=234 | ||
38 | set color_win_title_fg=45 | ||
39 | |||
40 | # Settings | ||
41 | set aaa_mode=all | ||
42 | set auto_expand_albums_follow=false | ||
43 | set auto_expand_albums_search=false | ||
44 | set auto_expand_albums_selcur=false | ||
45 | set auto_reshuffle=true | ||
46 | set confirm_run=true | ||
47 | set continue=true | ||
48 | set continue_album=true | ||
49 | set display_artist_sort_name=false | ||
50 | set dsp.alsa.device=default | ||
51 | set follow=true | ||
52 | set lib_sort=album tracknumber title date | ||
53 | set mixer.alsa.channel=Master | ||
54 | set mixer.alsa.device=default | ||
55 | set mixer.pulse.restore_volume=1 | ||
56 | set mouse=false | ||
57 | set mpris=false | ||
58 | set output_plugin=alsa | ||
59 | set play_library=true | ||
60 | set play_sorted=false | ||
61 | set repeat=true | ||
62 | set resume=true | ||
63 | set set_term_title=true | ||
64 | set show_all_tracks=true | ||
65 | set show_current_bitrate=false | ||
66 | set show_playback_position=true | ||
67 | set show_remaining_time=false | ||
68 | set shuffle=true | ||
69 | set smart_artist_sort=true | ||
70 | |||
71 | # Keybindings | ||
72 | bind -f common [ vol -1% -1% | ||
73 | bind -f common ] vol +1% +1% | ||
74 | bind -f common D win-remove | ||
75 | bind -f common h win-next | ||
76 | bind -f common j win-down | ||
77 | bind -f common k win-up | ||
78 | bind -f common l win-next | ||
79 | bind -f common n search-next | ||
80 | bind -f common N search-prev | ||
81 | bind -f common ^D win-page-down | ||
82 | bind -f common ^U win-page-up | ||
83 | bind -f common q quit | ||
84 | bind -f common { vol -5% -5% | ||
85 | bind -f common } vol +5% +5% | ||
86 | bind -f common g win-top | ||
87 | bind -f common G win-bottom | ||
88 | bind -f common left seek -5 | ||
89 | bind -f common right seek +5 | ||