Skip to content

Instantly share code, notes, and snippets.

@mohammadkarbalaee
Created January 10, 2023 23:55
Show Gist options
  • Save mohammadkarbalaee/4a6d5ee3f36a51451ce266fe68862960 to your computer and use it in GitHub Desktop.
Save mohammadkarbalaee/4a6d5ee3f36a51451ce266fe68862960 to your computer and use it in GitHub Desktop.
To hide the sidebar of android emulator on Ubuntu
xdotool selectwindow
#type in the number you get from the previous command instead of <window id>
xdotool windowminimize <window id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment