Created
January 10, 2023 23:55
-
-
Save mohammadkarbalaee/4a6d5ee3f36a51451ce266fe68862960 to your computer and use it in GitHub Desktop.
To hide the sidebar of android emulator on Ubuntu
This file contains 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
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