diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-10-03 13:30:35 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-10-03 13:30:35 -0400 |
| commit | e44c0732c8864fffe1acdd7587ed24d5bebea041 (patch) | |
| tree | a5c1e67ec05ef0126303d9672c6b98b5d023813b /scripts/swallow | |
| parent | e7cf5775afcd25b7a22204d1295e400dd71e8b88 (diff) | |
add scripts/swallow.
Diffstat (limited to 'scripts/swallow')
| -rwxr-xr-x | scripts/swallow | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/swallow b/scripts/swallow new file mode 100755 index 0000000..4623862 --- /dev/null +++ b/scripts/swallow @@ -0,0 +1,7 @@ +#!/bin/sh + +activewindow=$(xdotool getactivewindow) + +xdotool windowunmap $activewindow +"$@" +xdotool windowmap $activewindow |
