diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 20:44:46 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 20:44:46 -0700 |
commit | 988d0b06dbfbe46e32e10d56f6bda5c0653616e0 (patch) | |
tree | 4d5f73cee8d0011b45e65b9a3a2f0991587b4531 /dots/aerospace | |
parent | 5c06f40d474fee2342c8aa167962b469be4c40be (diff) | |
download | dotfiles-988d0b06dbfbe46e32e10d56f6bda5c0653616e0.tar.gz dotfiles-988d0b06dbfbe46e32e10d56f6bda5c0653616e0.zip |
Fix linux
Diffstat (limited to 'dots/aerospace')
-rw-r--r-- | dots/aerospace/.aerospace.toml.j2 | 2 |
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 %} |