Created
May 21, 2014 11:21
-
-
Save gg7/530c256e24bb517e3594 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
id=`wmctrl -v -r :SELECT: -e dummy 2>&1 | grep Using.window | grep -o 0x[0-9a-fA-F]*` | |
xdotool windowunmap $id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment