feat(aerospace): add floating to Apple Journal

This commit is contained in:
Stefan Imhoff
2025-09-16 19:32:42 +02:00
parent 32b845ed77
commit 8db7c8c01c

View File

@@ -163,6 +163,11 @@ run = "move-node-to-workspace 8"
if.app-id = 'com.figma.Desktop' if.app-id = 'com.figma.Desktop'
run = "move-node-to-workspace 9" run = "move-node-to-workspace 9"
[[on-window-detected]]
if.app-id = 'com.apple.journal'
check-further-callbacks = true
run = 'layout floating'
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone' if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone'
check-further-callbacks = true check-further-callbacks = true