The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Start in stacking

asked 2012-09-04 14:20:27 +0000

lzap gravatar image

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!

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2012-09-04 14:27:30 +0000

Michael gravatar image

updated 2015-10-11 10:18:14 +0000

I’ve talked to someone about this before and figured out it must be a bug that this is not possible. If you want to, report it at https://github.com/i3/i3/issues

edit flag offensive delete link more

Comments

Ok got i3-4.2-1.fc17.x86_64 - Fedora package has no patches, but it has slightly different GCC flags. I will try HEAD first I guess.

lzap gravatar imagelzap ( 2012-09-04 15:17:20 +0000 )edit
1

This bug was fixed with commit https://github.com/i3/i3/commit/4976fa3

Michael gravatar imageMichael ( 2012-09-04 22:32:12 +0000 )edit

Cool! Thanks.

lzap gravatar imagelzap ( 2012-09-05 12:49:46 +0000 )edit

Question Tools

Stats

Asked: 2012-09-04 14:20:27 +0000

Seen: 205 times

Last updated: Oct 11