Created
December 12, 2014 06:16
-
-
Save tairov/f52a26ece0e275f72b11 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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