mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
contrib: Fix indentation of .main call
This commit is contained in:
parent
9f92a0fdc0
commit
a3cf1ad16d
1 changed files with 2 additions and 2 deletions
|
|
@ -117,5 +117,5 @@ if __name__ == "__main__":
|
|||
set_opacity(window, opts, active=False)
|
||||
for sig in [signal.SIGINT, signal.SIGTERM]:
|
||||
signal.signal(sig, lambda signal, frame: remove_opacity(ipc))
|
||||
ipc.on("window::focus", partial(on_window_focus, opts))
|
||||
ipc.main()
|
||||
ipc.on("window::focus", partial(on_window_focus, opts))
|
||||
ipc.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue