Skip to content

Instantly share code, notes, and snippets.

@ackerleytng
Last active September 9, 2024 16:40
Show Gist options
  • Save ackerleytng/c0885034b3db9607c87b908a47348d7b to your computer and use it in GitHub Desktop.
Save ackerleytng/c0885034b3db9607c87b908a47348d7b to your computer and use it in GitHub Desktop.
Sway config to let Google Meet Picture-in-Picture view pop up, but not steal focus
# Let Google Meet PIP view popup, but not steal focus
for_window [title="^Meet - [ -~]+(?!Google Chrome)$"] {
floating enable
resize set width 20ppt height 20ppt
move position 80ppt 80ppt
}
no_focus [title="^Meet - [ -~]+(?!Google Chrome)$" floating]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment