wmctrl
works for other windows, but for android studio, it doesn't work for me. Upon investigation, I found the tile of the window as seen by window.get_active_title()
is, FocusProxy.
I tried the following commands :
wmctrl -r "FocusProxy" -e 0,59,52,1428,1028
wmctrl -r "Android Studio" -e 0,59,52,1428,1028
0 Answers