summaryrefslogtreecommitdiff
path: root/.ncmpcpp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-07-01 17:42:15 +0100
committerSean Whitton <spwhitton@spwhitton.name>2015-07-01 17:42:15 +0100
commit977f2eaf7c453bf6fc256d6e416bbbd7a064f59d (patch)
tree94959911dfb9bfa22bea82278801dedbc2060cde /.ncmpcpp
parent16a3e75617d5f14cdd24dd0588d866909f487b7e (diff)
downloaddotfiles-977f2eaf7c453bf6fc256d6e416bbbd7a064f59d.tar.gz
sonata -> ncmpcpp
sonata always changes its config file and since upgrading to Jessie right-clicking on a track sometimes gives the menu one expects to see when right-clicking on empty space in the playlist, making it impossible to add the track to the playlist.
Diffstat (limited to '.ncmpcpp')
-rw-r--r--.ncmpcpp/config5
-rw-r--r--.ncmpcpp/keys3
2 files changed, 8 insertions, 0 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config
new file mode 100644
index 00000000..d94ff2ad
--- /dev/null
+++ b/.ncmpcpp/config
@@ -0,0 +1,5 @@
+user_interface = "alternative"
+playlist_editor_display_mode = "columns"
+search_engine_display_mode = "columns"
+browser_display_mode = "columns"
+playlist_display_mode = "columns"
diff --git a/.ncmpcpp/keys b/.ncmpcpp/keys
new file mode 100644
index 00000000..e53f7e63
--- /dev/null
+++ b/.ncmpcpp/keys
@@ -0,0 +1,3 @@
+key_toggle_display_mode = '0'
+key_up = 259 'p'
+key_down = 258 'n'