diff options
author | David Runge <dave@sleepmap.de> | 2015-12-15 02:07:10 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-12-15 02:07:10 +0100 |
commit | ab5863b9e38280a124ceb0652c00ffcfdd93d8bb (patch) | |
tree | c1252a15466f352deb26868578f646884a94a1f5 /.ncmpcpp | |
parent | d40225a9d592f6858bc8937df73990b0b8aed165 (diff) | |
parent | 23cdc07936a202b4e3a7f42bbd2a53fa316cfb47 (diff) | |
download | dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.gz dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.bz2 dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.xz dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.zip |
Merge branch 'master' of sleepmap.de:dotfiles
* 'master' of sleepmap.de:dotfiles:
.offlineimaprc: Adding lac@linuxaudio.org account.
.mutt/accounts.rc: Adding lac@linuxaudio.org account.
.mutt/lac@linuxaudio.org.*: Adding config and signature file for lac@linuxaudio.org.
.msmtprc: Adding lac@linuxaudio.org account.
.offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times.
.ncmpcpp/config: Lowering the sample multiplier for smaller visualizer
Diffstat (limited to '.ncmpcpp')
-rw-r--r-- | .ncmpcpp/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 80e1c39..26c1a3c 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -56,7 +56,7 @@ lastfm_preferred_language = "en" visualizer_in_stereo = "yes" visualizer_fifo_path = "/run/user/1000/mpd/fifo" visualizer_output_name = "mpd_fifo" -visualizer_sample_multiplier = 1 +visualizer_sample_multiplier = 0.6 visualizer_sync_interval = 10 visualizer_type = "spectrum" # spectrum/wave visualizer_color = "blue" |