aboutsummaryrefslogtreecommitdiff
path: root/scripts/bin/swallow
blob: 0d1052304d9e9928caf11d1e66736028131bb34e (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash

wid=$(xdo id);

xdo hide && "$@";

xdo show "$wid";