diff options
Diffstat (limited to '.config/ncmpcpp')
| -rw-r--r-- | .config/ncmpcpp/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 999c6bc..6e1e0f7 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -11,14 +11,14 @@ ## ncmpcpp. ## # -#ncmpcpp_directory = ~/.ncmpcpp +ncmpcpp_directory = ~/.config/ncmpcpp # ## ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other ## MPD clients (eg. ncmpc) also use that location. ## # -#lyrics_directory = ~/.lyrics +lyrics_directory = ~/.config/lyrics # ##### connection settings ##### # @@ -292,7 +292,7 @@ current_item_inactive_column_suffix = $/r$(end) ## ## Note: Possible display modes: classic, columns. ## -#playlist_display_mode = columns +playlist_display_mode = columns # browser_display_mode = columns # @@ -521,7 +521,7 @@ empty_tag_color = magenta # #state_flags_color = default:b # -#main_window_color = white +main_window_color = white # #color1 = white # |
