diff options
author | David Runge <david.runge@frqrec.com> | 2014-09-28 02:17:19 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-09-28 02:17:19 +0200 |
commit | 7e89a1785203be5c96770e127e4b539853da9513 (patch) | |
tree | f630f8217d29153bfacfc222286a2aa85722870a /.ncmpcpp/config | |
parent | 25fea35d4d91f808a6b588e9070bde5156406be6 (diff) | |
download | dotfiles-7e89a1785203be5c96770e127e4b539853da9513.tar.gz dotfiles-7e89a1785203be5c96770e127e4b539853da9513.tar.bz2 dotfiles-7e89a1785203be5c96770e127e4b539853da9513.tar.xz dotfiles-7e89a1785203be5c96770e127e4b539853da9513.zip |
Shifting to new key bindings config file 'bindings', deleting old ('keys'), updating config file to new settings format.
Diffstat (limited to '.ncmpcpp/config')
-rw-r--r-- | .ncmpcpp/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 9be9957..80c0434 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -40,11 +40,13 @@ progressbar_look = " " header_visibility = "no" statusbar_visibility = "no" titles_visibility = "no" -screen_switcher_mode = "sequence: 2 -> 3 -> 9 -> 10" +#screen_switcher_mode = "sequence: 2 -> 3 -> 9 -> 10" empty_tag_marker = "" #LASTFM lastfm_preferred_language = "en" + + visualizer_in_stereo = "yes" visualizer_fifo_path = "/tmp/mpd.fifo" visualizer_output_name = "mpd_fifo" |