mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
set variable changes
This commit is contained in:
parent
936e4ca288
commit
d673a72705
5 changed files with 75 additions and 39 deletions
|
|
@ -85,6 +85,11 @@ Commands
|
|||
Sets the layout mode of the focused container. _mode_ can be one of _splith_,
|
||||
_splitv_, or _toggle split_.
|
||||
|
||||
**mode** <mode_name>::
|
||||
Switches to the given mode_name. the default mode is simply _default_. To
|
||||
create a new mode in config append _{_ to this command, the following lines
|
||||
will be keybinds for that mode, and _}_ on its own line to close the block.
|
||||
|
||||
**move** <left|right|up|down>::
|
||||
Moves the focused container _left_, _right_, _up_, or _down_.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue