Lose Focus after Switching Workspace in i3wm
Completed
Platform: PyCharm 2018.2.1, i3wm 4.11, Ubuntu Server 16.04.
Step 1: editing in the editor of PyCharm, in workspace No. 3;
Step 2: switch to another workspace, say, No. 1;
Step 3: switch back the workspace No. 3;
Step 4: the editor of PyCharm responds to Enter, Backspace, F3, F9 keys, but no response to the keys a-z, 0-9.
I've tried Switch Boot JDK, and add `for_window [class="^jetbrains-.+"][window_type=dialog] focus
` or `focus_follows_mouse no` in i3 config. But none works.
How to fix it? Thanks.
Please sign in to leave a comment.
Hi Sergey,
Adding suppress.focus.stealing=false in custom properties fixes this issue.
Thanks!
Hi Leetschau,
It seams to be similar to https://youtrack.jetbrains.com/issue/IDEA-194124. Could you please try suggested workaround https://youtrack.jetbrains.com/issue/IDEA-194124#focus=streamItem-27-3088912-0-0?
This helped me: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000550879/comments/360000558119
(tldr: reload i3 after IntelliJ has started)
Yes, I do have the problem. With each of the JetBrains IDEs. It's very annoying.
I activated `suppress.focus.stealing=false`. It seemed to work in the beginning. However, it does not anymore. My focus constantly gets lost. Not even on switching workspaces, but also when for example a browser on the second screen reloads the page, I just edited. So in the end, for each edit in code editor, I lose focus, because the browser refreshes itself....
Edit: I figured out, that the problem is somewhat more complex. I have two webstorm instances on one tag in a tabbed layout. After switching workspaces (or other event, like browser refresh), the focus is on the left-tab IDE (even though, the other one might be visible). Thus, the suppress-focus-stealing only works on the IDE on the left.
Will cross-post this in i3 bugtracker
This is ONLY reproducible with JetBrains products....
I've been having the same problem with IntelliJ, even with `suppress.focus.stealing=false`.
This config worked for a long time, but recently it stopped to work.
And in my case, I have only one instance opened. It loses focus when I change workspace but also the editor loses focus even when I use multimedia keys on my keyboard (volume up/down, play/stop) without changing workspace.
I remember a recent update:
IntelliJ IDEA 2019.3.4 (Ultimate Edition)
Build #IU-193.6911.18, built on March 17, 2020
Runtime version: 11.0.6+10 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Linux 5.5.11-arch1-1
GC: ParNew, ConcurrentMarkSweep
Memory: 1898M
Cores: 8
Registry: debugger.watches.in.variables=false
Non-Bundled Plugins: IdeaVIM, Lombook Plugin, Pythonid, org.jetbrains.kotlin, org.jetbrains.plugins.go
Thank you Gunnar. I also had the problem again with i3 and and PyCharm 2020.1
The `suppress.focus.stealing=false` was working with previous PyCharm versions but not anymore with the new one. This was a real pain.
Reloading i3 solve this.
Edit: It turns out that you can also add this in your configuration
With this you don"t need to reload i3 after launching PyCharm
@Sergey, you've fixed an issue that has been bugging me for literally years. Thank you so much :)
OMW @Sergey - I was considering moving away from i3.. just when I was really enjoying it - Thank you!!! <3
@Sergey, omg so much pain saved, thank you.
I'm using Sway and adding the `suppress.focus.stealing=false` custom property does not seem to work for me. Is anyone else having this issue?
@Fredfortier
Would you mind trying EAP? https://www.jetbrains.com/pycharm/nextversion/
I can confirm reloading i3 works for me. Thanks Gunnar.
PS> I also have the "supress" setting above in my custom options, it didn't work.
I have tried all above and it doesn't work. This continuous focus losing is the most annoying behavior ever! It doesn't allow me to make progress.
Number 1 productivity killer :(
Wow, amazing to finally find a fix for this.
in idea.properties worked for me as well.