diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:48:10 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:48:10 -0500 |
commit | 40f02bc8088ca93224bf65f083c4ab3b17eaf435 (patch) | |
tree | f5c4d0bd619a4f7547f318a86ecfdd05e88ca814 /gentoo/.config/ncmpcpp/config.org | |
parent | d97f4feb2c17835d31a4dff5f1109d50c4111943 (diff) |
move gentoo into subdirectory
Diffstat (limited to 'gentoo/.config/ncmpcpp/config.org')
-rw-r--r-- | gentoo/.config/ncmpcpp/config.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gentoo/.config/ncmpcpp/config.org b/gentoo/.config/ncmpcpp/config.org new file mode 100644 index 0000000..8195877 --- /dev/null +++ b/gentoo/.config/ncmpcpp/config.org @@ -0,0 +1,16 @@ +#+title: =ncmpcpp= Configuration +Set the =ncmpcpp= directory to =~/.config/ncmpcpp/=. +#+begin_src conf :tangle ~/.config/ncmpcpp/config :mkdirp yes +ncmpcpp_directory = "~/.config/ncmpcpp" +#+end_src + +Set the host/port pair to find the music player daemon at. +#+begin_src conf :tangle ~/.config/ncmpcpp/config :mkdirp yes +mpd_host = "localhost" +mpd_port = "6600" +#+end_src + +Specify the location of the Music directory to be =~/Music=. +#+begin_src conf :tangle ~/.config/ncmpcpp/config :mkdirp yes +mpd_music_dir = "~/Music" +#+end_src |