diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2021-01-17 11:56:33 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2021-01-17 11:56:33 +1300 |
commit | 75c9a75fa9144d79b4e9a5d7a0bc647812774b8c (patch) | |
tree | 89f89c8785f09efd0fe6c1c11d54074f3d72f3a2 /ncmpcpp | |
parent | Merge branch 'release/v10.23.0' into develop (diff) | |
download | dotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.tar.gz dotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.zip |
Remove MPD and ncmpcpp config
They're too short, and very host-specific.
Diffstat (limited to 'ncmpcpp')
-rw-r--r-- | ncmpcpp/config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config deleted file mode 100644 index 7e865a8f..00000000 --- a/ncmpcpp/config +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration directory -ncmpcpp_directory = "~/.ncmpcpp" - -# Server specifics -mpd_host = "~/.mpd/socket" - -# No mouse, it confuses tmux/urxvt, and I never use it anyway -mouse_support = "no" |