Skip to content

Commit

Permalink
feat(aerospace): picture in picture floating rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Dec 20, 2024
1 parent 22bb78f commit 90125fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_config/aerospace/aerospace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ if.app-id = 'org.mozilla.com.zen.browser'
if.during-aerospace-startup = true
run = ['move-node-to-workspace 1']

[[on-window-detected]]
if.window-title-regex-substring = '^Picture-in-Picture$'
run = ['layout floating']

[[on-window-detected]]
if.app-id = 'us.zoom.xos'
if.during-aerospace-startup = true
Expand Down

0 comments on commit 90125fc

Please sign in to comment.