summaryrefslogtreecommitdiff
path: root/dots
diff options
context:
space:
mode:
Diffstat (limited to 'dots')
-rw-r--r--dots/aerospace/.aerospace.toml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/dots/aerospace/.aerospace.toml.j2 b/dots/aerospace/.aerospace.toml.j2
index c8f57cc..f62defa 100644
--- a/dots/aerospace/.aerospace.toml.j2
+++ b/dots/aerospace/.aerospace.toml.j2
@@ -122,6 +122,7 @@ automatically-unhide-macos-hidden-apps = true
shift-down = ['volume set 0', 'mode main']
{% for name, ws in window_manager.workspaces.items() %}
+{% if "apps" in ws %}
{% for app in ws.apps %}
[[on-window-detected]]
@@ -131,4 +132,5 @@ automatically-unhide-macos-hidden-apps = true
{% endfor %}
{% endfor %}
+{% endif %}
{% endfor %}