diff options
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 |