about summary refs log tree commit diff stats
path: root/config/ncmpcpp
diff options
context:
space:
mode:
authorensa <psii@riseup.net>2020-08-15 23:07:00 -0700
committerensa <psii@riseup.net>2020-08-15 23:07:00 -0700
commit3f4e930385675a4613db5f12b19557b126c29559 (patch)
tree052b8a6d2ce5a41d984b3b46c2a15308137d2251 /config/ncmpcpp
parenteec480ccb22f3166d723befc9522e8a25eabf8c1 (diff)
downloadcfg-3f4e930385675a4613db5f12b19557b126c29559.tar.gz
update, fixes
bin/fl: removed unnecessary newline escapes
config/
	X11/
		xprofile: added dvorak programmer
			replaced unclutter with xbanish
		xresources: switch to hermit for font
	aliasrc: lynx vikeys
	color/colors.sh: fixed & portablized color grabbing
	cwmrc: removed
	dunst/dunstrc: switch to hermit for font
	ksh/
		functions/
			man_complete: now uses ~cache
			mpvpin: args improved
		kshrc: added FCEDIT
			removed uptime from PF_INFO
		prompt.ksh: shored up
	lf/lfrc: prompt made more consistent with ksh's
	ncmpcpp/config: paths updated
	newsboat/config: path updated
	shrc: LAUNCHER added
		LOCK switched to xlockmore
Diffstat (limited to 'config/ncmpcpp')
-rw-r--r--config/ncmpcpp/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config
index ffeb996..c19ea83 100644
--- a/config/ncmpcpp/config
+++ b/config/ncmpcpp/config
@@ -1,11 +1,11 @@
-ncmpcpp_directory = ~/.config/ncmpcpp
+ncmpcpp_directory = ~/etc/ncmpcpp
 #
 ##
 ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
 ## MPD clients (eg. ncmpc) also use that location.
 ##
 #
-lyrics_directory = ~/.local/share/lyrics
+lyrics_directory = ~/share/lyrics
 #
 ##### connection settings #####
 #
@@ -17,7 +17,7 @@ mpd_host = 127.0.0.1
 #
 ## Needed for tag editor and file operations to work.
 ##
-mpd_music_dir = "~/mus"
+mpd_music_dir = "~/share/xdg/mus"
 #
 #mpd_crossfade_time = 5
 #
de7f95 ^
34bfb32e ^



8a6f5eab ^

72c3a902 ^
a0de7f95 ^
01104f4a ^

b1855df6 ^

f5590f43 ^
b1855df6 ^
a126029a ^
b1855df6 ^





3424c054 ^
ad6460c3 ^
1d9ec2a1 ^
529d411b ^
506e5aa4 ^

0a0c06e3 ^
01104f4a ^

b1855df6 ^




01104f4a ^


01104f4a ^
2887ca25 ^
7fe51696 ^
34bfb32e ^
adfea091
7e08f5ad ^
529d411b ^

8a6f5eab ^
bd627dc4 ^








7fe51696 ^


34bfb32e ^
ad6460c3 ^
3424c054 ^
34bfb32e ^



79ed1dfa ^

8a6f5eab ^
edea8053 ^
2887ca25 ^
adfea091
31398215 ^
27ebfe63 ^
a0de7f95 ^
34bfb32e ^





adfea091
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
91
92
93
94
95
96
97
98
99
100
101
102