Skip to content

Instantly share code, notes, and snippets.

@yogeshlonkar
Created August 3, 2017 05:20
Show Gist options
  • Save yogeshlonkar/84c40d0b09913fa056c475f15f9e87de to your computer and use it in GitHub Desktop.
Save yogeshlonkar/84c40d0b09913fa056c475f15f9e87de to your computer and use it in GitHub Desktop.
guake goes missing in ubuntu window stack. This re attaches it to window and F12 now brings it up
guakeRootId=`xwininfo -name "Guake!" -int -tree | awk 'FNR == 4 {print $4}'`
xdotool search --name "Guake!" windowreparent $guakeRootId
echo "Re-attached guake with rootid $guakeRootId"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment