mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
xss-lock: dimmer don't need to be killed when there is movement
We redraw correctly when needed.
This commit is contained in:
parent
00b6359835
commit
b1ae3bd89d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue