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

Split an specific window horizontally

asked 2012-07-04 14:30:21 +0000

Shahin gravatar image

I tried to split pidgin horizontally in a workspace with vertical orientation! but it seems it doesn't work:

for_window [instance="Pidgin"] split horizontal
edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2012-07-04 14:35:43 +0000

Michael gravatar image

updated 2012-07-04 14:36:26 +0000

Yep, I stumbled upon that already. Unfortunately, for_window doesn’t work well with operations that modify the layout. Feel free to open a bugreport at http://bugs.i3wm.org/

Edit: Noticing that Tucos posted: The problem I noticed was specifically with "layout tabbed", I’m not sure if that’s the same problem or a different issue.

edit flag offensive delete link more
0

answered 2012-07-04 14:35:29 +0000

Tucos gravatar image

That would work, but probably not do what you'd expect: it splits the container which has pidgin in it, which you would only notice by the split indicator colour on the right border, because it has no other client windows. What you probably want is for _window [instance="Pidgin"] focus parent, split horizontal

edit flag offensive delete link more

Comments

No! I have an Xchat window and pidgin window oriented vertically in a separate workspace. Now I want the pidgin chat window open horizontally after its parent! With your code all of windows orienting vertically!

Shahin gravatar imageShahin ( 2012-07-04 14:44:43 +0000 )edit

Question Tools

Stats

Asked: 2012-07-04 14:30:21 +0000

Seen: 656 times

Last updated: Jul 04 '12