Implement client/deamon communication for session start/stop.

This commit is contained in:
2022-06-28 17:37:44 -04:00
parent 0de11e8e0e
commit 73a5585b3c
4 changed files with 76 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ def main() -> None:
return
check_for_xdotool()
if client.antidrift_is_running():
if client.antidrift_daemon_is_running():
init_logging(config.log_file, "[blue]client[/blue]")
client.client_mode(config)
else: