args: Added -g to skip using oomox.

This commit is contained in:
Dylan Araps 2018-01-10 07:35:38 +11:00
parent 1e5b311d0a
commit 92976d7207

View File

@ -35,6 +35,7 @@ def oomox():
if shutil.which("oomox-cli"):
print("reload: Waiting for oomox...")
print("reload: Use -g to skip running oomox.")
subprocess.run(["oomox-cli", "-o", "wal", oomox_file],
stdout=subprocess.DEVNULL)