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 2013-08-18 21:05:36 +0000

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).

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
3

answered 2013-08-19 09:58:59 +0000

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.

edit flag offensive delete link more

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 ( 2013-08-19 11:35:34 +0000 )edit
1

answered 2013-08-19 07:37:36 +0000

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-18 21:05:36 +0000

Seen: 386 times

Last updated: Aug 19 '13