From b1ae3bd89dc852e742131c9a482170dbac59e38e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 4 Aug 2021 00:04:52 +0200 Subject: [PATCH] xss-lock: dimmer don't need to be killed when there is movement We redraw correctly when needed. --- bin/dimmer | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/dimmer b/bin/dimmer index 093420e..0b4bd70 100755 --- a/bin/dimmer +++ b/bin/dimmer @@ -2,8 +2,7 @@ """Simple dimmer for xss-lock.""" -# It assumes we are using a compositor and the application gets killed -# as soon as there is a movement. +# It assumes we are using a compositor. import gi ; gi.require_version("Gtk", "3.0") from gi.repository import Gtk, Gdk, GLib