From 96936946fa8b803d90674b59f6d195613e7af60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Thu, 23 Feb 2017 13:51:35 +0100 Subject: [PATCH] core/desktop: Use default server timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3pystatus/core/desktop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/core/desktop.py b/i3pystatus/core/desktop.py index d01161f..8e8eb74 100644 --- a/i3pystatus/core/desktop.py +++ b/i3pystatus/core/desktop.py @@ -13,7 +13,7 @@ class BaseDesktopNotification: """ def __init__(self, title, body, icon="dialog-information", urgency=1, - timeout=0, log_level=logging.WARNING): + timeout=-1, log_level=logging.WARNING): self.title = title self.body = body self.icon = icon