mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 22:04:20 +02:00
xsecurelock: more less debug print
This commit is contained in:
parent
e3f120e6b1
commit
852cb4967b
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ if __name__ == "__main__":
|
|||
|
||||
gio_event_args = (None, None, None, Gio.FileMonitorEvent.CHANGES_DONE_HINT)
|
||||
if ctx.background_image:
|
||||
print(ctx.background_image)
|
||||
gfile = Gio.File.new_for_path(ctx.background_image)
|
||||
monitor1 = gfile.monitor_file(Gio.FileMonitorFlags.WATCH_MOVES, None)
|
||||
monitor1.connect("changed", on_background_change, ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue