mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 16:36:26 +01:00
sway(5): move workspace_layout to config only
According to the source files, workspace_layout is a configuration only command, move it to the correct section within the man page.
This commit is contained in:
parent
533acbe679
commit
344c259ec0
1 changed files with 3 additions and 3 deletions
|
@ -85,6 +85,9 @@ The following commands may only be used in the configuration file.
|
||||||
It can be disabled by setting the command to a single dash:
|
It can be disabled by setting the command to a single dash:
|
||||||
_swaynag\_command -_
|
_swaynag\_command -_
|
||||||
|
|
||||||
|
*workspace_layout* default|stacking|tabbed
|
||||||
|
Specifies the initial layout for new workspaces.
|
||||||
|
|
||||||
*xwayland* enable|disable|force
|
*xwayland* enable|disable|force
|
||||||
Enables or disables Xwayland support, which allows X11 applications to be
|
Enables or disables Xwayland support, which allows X11 applications to be
|
||||||
used. _enable_ will lazily load Xwayland so Xwayland will not be launched
|
used. _enable_ will lazily load Xwayland so Xwayland will not be launched
|
||||||
|
@ -753,9 +756,6 @@ The default colors are:
|
||||||
switch to workspace 2, then invoke the "workspace 2" command again, you
|
switch to workspace 2, then invoke the "workspace 2" command again, you
|
||||||
will be returned to workspace 1. Default is _no_.
|
will be returned to workspace 1. Default is _no_.
|
||||||
|
|
||||||
*workspace_layout* default|stacking|tabbed
|
|
||||||
Specifies the initial layout for new workspaces.
|
|
||||||
|
|
||||||
# CRITERIA
|
# CRITERIA
|
||||||
|
|
||||||
A criteria is a string in the form of, for example:
|
A criteria is a string in the form of, for example:
|
||||||
|
|
Loading…
Reference in a new issue