Clean up autoname script

This commit is contained in:
Pavle Portic 2024-03-18 16:32:21 +01:00
parent 9abac74ab4
commit 287727aaf5
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ def get_signal_handler(i3) -> Callable[[int, FrameType | None], Any]:
def main():
i3 = Connection()
i3.get_tree()
# exit gracefully when ctrl+c is pressed
for sig in [signal.SIGINT, signal.SIGTERM]: