summaryrefslogtreecommitdiff
path: root/bin/rmeet
blob: daff8e54327ff9e849b58418d0b1a9f0433e02cb (plain)
1
2
3
4
#!/bin/bash
for wid in $(xdotool search --any --name 'is sharing your screen.'); do
  bspc node $wid -g hidden=on
done