diff options
| author | taiyu <taiyu.len@gmail.com> | 2015-09-08 08:54:57 -0700 |
|---|---|---|
| committer | taiyu <taiyu.len@gmail.com> | 2015-09-08 08:54:57 -0700 |
| commit | d673a72705ea29afe58784b3ce169fb5bde73c11 (patch) | |
| tree | 09e819fcc2bd305c5c0844d0e9401d24602771a1 /sway.5.txt | |
| parent | 936e4ca2883669dfb35d3c2ecb7ec79ded00ea78 (diff) | |
set variable changes
Diffstat (limited to 'sway.5.txt')
| -rw-r--r-- | sway.5.txt | 5 |
1 files changed, 5 insertions, 0 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_. |
