From c70808ca1f7374a593137a867e9338ff22a6d410 Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 23 Sep 2015 12:51:11 +0200 Subject: [PATCH] mpd: don't change default error handling --- i3pystatus/mpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/mpd.py b/i3pystatus/mpd.py index 2ce2b5c..ad0c006 100644 --- a/i3pystatus/mpd.py +++ b/i3pystatus/mpd.py @@ -54,7 +54,7 @@ class MPD(IntervalModule): max_field_len = 25 max_len = 100 truncate_fields = ("title", "album", "artist") - hide_inactive = True + hide_inactive = False on_leftclick = "switch_playpause" on_rightclick = "next_song" on_upscroll = on_rightclick