citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
focus-zoom (69B)
1
#!/usr/bin/env bash
2
3
wmctrl -a "Zoom Meeting" || \
4
wmctrl -a "Zoom"
5