diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:12:18 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:12:18 -0500 |
commit | c8d19a52e004abdeaaa73416747d9acb56984446 (patch) | |
tree | 2af8810d30588fa2ea1dc3574148b4f6a065b1cc /gentoo/.config/ncmpcpp | |
parent | 98ddd576c3a5766d3fcace49ea105950c26cde03 (diff) |
add nixos config
Diffstat (limited to 'gentoo/.config/ncmpcpp')
-rw-r--r-- | gentoo/.config/ncmpcpp/bindings.org | 28 | ||||
-rw-r--r-- | gentoo/.config/ncmpcpp/config.org | 16 |
2 files changed, 0 insertions, 44 deletions
diff --git a/gentoo/.config/ncmpcpp/bindings.org b/gentoo/.config/ncmpcpp/bindings.org deleted file mode 100644 index 1982a6d..0000000 --- a/gentoo/.config/ncmpcpp/bindings.org +++ /dev/null @@ -1,28 +0,0 @@ -#+title: =ncmpcpp= Keyboard Bindings -Use =vi= motions in =ncmpcpp=. -#+begin_src conf :tangle ~/.config/ncmpcpp/bindings :mkdirp yes -def_key "j" - scroll_down -def_key "k" - scroll_up -def_key "h" - previous_column -def_key "l" - next_column -def_key "ctrl-b" - page_up -def_key "ctrl-u" - page_up -def_key "ctrl-f" - page_down -def_key "ctrl-d" - page_down -def_key "g" - move_home -def_key "G" - move_end -def_key "n" - next_found_item -def_key "N" - previous_found_item -#+end_src diff --git a/gentoo/.config/ncmpcpp/config.org b/gentoo/.config/ncmpcpp/config.org deleted file mode 100644 index 8195877..0000000 --- a/gentoo/.config/ncmpcpp/config.org +++ /dev/null @@ -1,16 +0,0 @@ -#+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 |