From 6aec8d2e9834a89814910394d3746c8537c48c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 19 Jun 2013 20:23:39 +0200 Subject: ncmpcpp config --- .ncmpcpp/bindings | 4 ++++ .ncmpcpp/config | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 .ncmpcpp/bindings create mode 100644 .ncmpcpp/config (limited to '.ncmpcpp') diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings new file mode 100644 index 0000000..8659404 --- /dev/null +++ b/.ncmpcpp/bindings @@ -0,0 +1,4 @@ +def_key "ctrl_a" + clear_main_playlist + press_space + run_external_command "mpc -q play" diff --git a/.ncmpcpp/config b/.ncmpcpp/config new file mode 100644 index 0000000..41c8755 --- /dev/null +++ b/.ncmpcpp/config @@ -0,0 +1,6 @@ +user_interface = "alternative" +default_space_mode = "add" +generate_win32_compatible_filenames = "no" +display_bitrate = "yes" + +# vim:ft=conf -- cgit v1.2.3