prevent i3 from changing vim's split size
Hello, as usual I have a terminal binded to $mod+Return and in addiction I also like having it always opening split on the right side:
for_window [class="st-256color|URxvt"] border 1pixel, move right
The problem is that whenever I'm working on a vim full-sized window which has a vertical split, upon starting and quitting this terminal, the vim's window split bar will be placed where the terminal border was and not where the split bar was.
I also have "set equalalways" on vimrc.
Is there a way of preventing this situation?