#!/bin/bash for wid in $(xdotool search --any --name 'is sharing your screen.'); do bspc node $wid -g hidden=on done