diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-03-05 22:51:14 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-03-05 22:51:14 +0100 |
commit | 5a272fc41db0892f7888b59bfd92734a36678051 (patch) | |
tree | dc1a0b884d94197b8abf96396a6847db1a16d58c /.ncmpcpp | |
parent | fffb08d7921d1537b523c35b7733bb8f47dec197 (diff) | |
download | dotfiles-5a272fc41db0892f7888b59bfd92734a36678051.tar.gz dotfiles-5a272fc41db0892f7888b59bfd92734a36678051.tar.bz2 dotfiles-5a272fc41db0892f7888b59bfd92734a36678051.zip |
Cleanup
Diffstat (limited to '')
-rw-r--r-- | .ncmpcpp/bindings | 5 | ||||
-rw-r--r-- | .ncmpcpp/config | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings deleted file mode 100644 index 536e94b..0000000 --- a/.ncmpcpp/bindings +++ /dev/null @@ -1,5 +0,0 @@ -def_key "ctrl-a" - push_characters "y" - clear_main_playlist - add_item_to_playlist - run_external_command "mpc -q play" diff --git a/.ncmpcpp/config b/.ncmpcpp/config deleted file mode 100644 index 41c8755..0000000 --- a/.ncmpcpp/config +++ /dev/null @@ -1,6 +0,0 @@ -user_interface = "alternative" -default_space_mode = "add" -generate_win32_compatible_filenames = "no" -display_bitrate = "yes" - -# vim:ft=conf |