Skip to content

Instantly share code, notes, and snippets.

@tairov
Created December 12, 2014 06:16
Show Gist options
  • Save tairov/f52a26ece0e275f72b11 to your computer and use it in GitHub Desktop.
Save tairov/f52a26ece0e275f72b11 to your computer and use it in GitHub Desktop.
xwininfo -name "Guake!" -int -tree
xwininfo: Window id: 60817461 "Guake!"
Root window id: 143 (the root window) (has no name)
Parent window id: 143 (the root window) (has no name)
1 child:
60817462 (has no name): () 1x1+-1+-1 +64+23
2) Use xdotool to reparent the Guake window
xdotool search --name "Guake!" windowreparent 143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment