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

How do I change the default orientation?

asked Aug 18 '13

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

Hey,

I'd like to change the default orientation such that new windows (or whatever they're called) split the screen horizontally -- one on top, one at the bottom. How do I do that? I've tried adding

default_orientation horizontal

to ~/.i3/config, but it doesn't seem to change anything. I'm using Debian 7.1 (maybe something's awry with file permissions? I'll try chmod +x).

2 answers

Sort by ยป oldest newest most voted
3

answered Aug 19 '13

badboy_ gravatar image

Did you try default_orientation vertical ?

I'll cite the userguide

New workspaces get a reasonable default orientation: Wide-screen monitors (anything wider than high) get horizontal orientation, rotated monitors (anything higher than wide) get vertical orientation. With the default_orientation configuration directive, you can override that behaviour.

Comments

Yes, that's probably it. @Anonymous: Did you recognize, that splitting horizontally means the containers are next to each other on the same horizontally line?

cee gravatar imagecee (Aug 19 '13)edit
1

answered Aug 19 '13

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

Try this

exec i3-msg split v


It seems to work for me.

Question Tools

Stats

Asked: Aug 18 '13

Seen: 386 times

Last updated: Aug 19 '13