Different keyboard layot for every window
Hello!
I'm new in i3 and I really love it more than other WMs.
But I have an issue, which can be easy solved in other "gui" WMs: I want my change keyboard layout(from ru to us) keys switch layout only in active window, but not all X.
For example: I have terminal and chat. I type english in terminal, than switch to chat and have russian layout there(saved from previous typing)
I've tried to google this issue, but failed. To be honest, i don't know which keywords should I use?
This is probably doable, but might require quite a bit of work. You could write a script that keeps an assignment of layouts to windows, listens to [i3events](https://i3wm.org/docs/ipc.html#_events), and whenever a different windows receives focus, it changes the layout the the appropriate one.