Start in stacking
Hello,
I would like to start all my gvim instances in stacking mode. I tried this but without any luck:
for_window [class="^Gvim$"] layout stacking
How to do that? But I would like also to start one instance in non-stacking mode (in my autostart script). In this case and once I get it working, I will need to do this I guess:
gvim
i3-msg layout normal
Right? Thanks!