How to make a window floating without a visible name?
Hello everbody,
I'm working since 2 months with i3 and I'm really happy so far. Only one thing / issue left to resolve for me ...
I'm a programmer and do stuff for Android as well. Therefore I'm useing the "Android Studio" which is based on IntelliJ. Android Studio comes with an built-in emulator to test Apps. The emulators pops up when I click on "run" and /or "debuging". The emulator window is very small in width and normally I would be able to move this window aside to the Android Studio so that I can still see my code but on i3 it pops up right in the middle of the screen which means I can't read my code while debuging.
Normally I would go into my i3 config file and set the emulator window floating with "title" or "class" option but this time I don't know the title of the window, because it's not shown in the top bar of i3 (window list).
Is there any other way to determine the name / class of this window? Could I go with a "ps" output?
Best regards Crounus
In essence this is a duplicate of this question: https://faq.i3wm.org/question/2172/how-do-i-find-the-criteria-for-use-with-i3-config-commands-like-for_window-eg-to-force-splashscreens-and-dialogs-to-show-in-floating-mode/ . You should find an answer there.