Skip to content

Instantly share code, notes, and snippets.

@gg7
Created May 21, 2014 11:21
Show Gist options
  • Save gg7/530c256e24bb517e3594 to your computer and use it in GitHub Desktop.
Save gg7/530c256e24bb517e3594 to your computer and use it in GitHub Desktop.
#!/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