xss-lock: dimmer don't need to be killed when there is movement

We redraw correctly when needed.
This commit is contained in:
Vincent Bernat 2021-08-04 00:04:52 +02:00
parent 00b6359835
commit b1ae3bd89d

View file

@ -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