citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit bc670a4366b6ef7d79c0e7a6ce64e8f94fd5ea75
parent 9ce33e4f81df56235d4b09952f78322a1c9f85fc
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 23 Feb 2021 09:52:58 -0800

bin/focus-zoom: improve

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/focus-zoom | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/focus-zoom b/bin/focus-zoom @@ -1,5 +1,6 @@ #!/usr/bin/env bash wmctrl -a Participant || \ -wmctrl -a "Zoom Meeting" +wmctrl -a "Zoom Meeting" || \ +wmctrl -a "Zoom"