Skip to content

Commit

Permalink
chore(aerospace): add more windows rules
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Sep 23, 2024
1 parent 73dc9cd commit 72e1fec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/dot_config/exact_private_aerospace/aerospace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ alt-shift-l = ['join-with right', 'mode main']
if.app-id = 'com.apple.systempreferences'
run = 'layout floating'

[[on-window-detected]]
if.app-id = 'com.apple.AppStore'
run = 'layout floating'

[[on-window-detected]]
if.app-id = 'pl.maketheweb.cleanshotx'
run = 'layout floating'
Expand Down Expand Up @@ -285,6 +289,14 @@ run = 'move-node-to-workspace 💬'
if.app-id = 'ru.keepcoder.Telegram'
run = 'move-node-to-workspace 💬'

[[on-window-detected]]
if.app-id = 'net.whatsapp.WhatsApp'
run = 'move-node-to-workspace 💬'

[[on-window-detected]]
if.app-id = 'com.hnc.Discord'
run = 'move-node-to-workspace 💬'

[[on-window-detected]]
if.app-id = 'com.apple.iCal'
run = 'move-node-to-workspace 📧'
Expand Down

0 comments on commit 72e1fec

Please sign in to comment.