Last active
September 9, 2024 16:40
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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