docs/userguide: explain default_orientation config directive
This commit is contained in:
parent
85b01df11b
commit
7e6aa72664
|
@ -380,6 +380,25 @@ floating_modifier <Modifiers>
|
||||||
floating_modifier Mod1
|
floating_modifier Mod1
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
=== Orientation for new workspaces
|
||||||
|
|
||||||
|
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 overwrite that
|
||||||
|
behaviour.
|
||||||
|
|
||||||
|
*Syntax*:
|
||||||
|
----------------------------------------------
|
||||||
|
default_orientation <horizontal|vertical|auto>
|
||||||
|
----------------------------------------------
|
||||||
|
|
||||||
|
*Example*:
|
||||||
|
----------------------------
|
||||||
|
default_orientation vertical
|
||||||
|
----------------------------
|
||||||
|
|
||||||
=== Layout mode for new containers
|
=== Layout mode for new containers
|
||||||
|
|
||||||
This option determines in which mode new containers on workspace level will
|
This option determines in which mode new containers on workspace level will
|
||||||
|
|
Loading…
Reference in New Issue