Make window take twice as much space
Say I have two terminals
[ A | B ]
If I had three, it would look like this
[ A | B | C ]
But I only want two windows, what I want is A to take twice as much space:
[ A | B ]
Say I have two terminals
[ A | B ]
If I had three, it would look like this
[ A | B | C ]
But I only want two windows, what I want is A to take twice as much space:
[ A | B ]
If you just want to resize windows, then issues like this are excellently covered in i3 User's Guide. In particular Section 2.8 discusses the topic of resizing windows. You can use the mouse or keyboard.
If you care about getting exactly the 2:1 split, then one option that should work is to save your current layout and modify the "percent"
field, before reloading it. See the document on saving layouts for more details.
@Arblader: I see what you mean. I assumed he didn't care about getting exactly the 2:1 split. He could probably use layouts (http://i3wm.org/docs/layout-saving.html) for that, and modify the `percent` parameter. Let me edit my answer.
Asked: 2015-06-13 19:29:33 +0000
Seen: 91 times
Last updated: Jun 15