`if:` could potentially execute python or shell and interpolate environmental variables ```yaml windows: - window_name: window if: import os; os.path.isdir(~/work/myproject) ```