Shellfm update, refactors to support update

This commit is contained in:
2022-02-11 00:58:49 -06:00
parent eafc8613e6
commit 6eed25efd6
52 changed files with 547 additions and 450 deletions

View File

@@ -19,7 +19,7 @@ class Main(Builtins):
event_system.create_ipc_server()
time.sleep(0.2)
if not trace_debug:
if not trace_debug and not debug:
if not event_system.is_ipc_alive:
if unknownargs:
for arg in unknownargs: