summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-09-08 08:54:57 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-09-08 08:54:57 -0700
commitd673a72705ea29afe58784b3ce169fb5bde73c11 (patch)
tree09e819fcc2bd305c5c0844d0e9401d24602771a1 /sway.5.txt
parentMerge pull request #174 from twouters/master (diff)
downloadsway-d673a72705ea29afe58784b3ce169fb5bde73c11.tar.gz
sway-d673a72705ea29afe58784b3ce169fb5bde73c11.tar.zst
sway-d673a72705ea29afe58784b3ce169fb5bde73c11.zip
set variable changes
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 595333c4..9bcfef42 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -85,6 +85,11 @@ Commands
85 Sets the layout mode of the focused container. _mode_ can be one of _splith_, 85 Sets the layout mode of the focused container. _mode_ can be one of _splith_,
86 _splitv_, or _toggle split_. 86 _splitv_, or _toggle split_.
87 87
88**mode** <mode_name>::
89 Switches to the given mode_name. the default mode is simply _default_. To
90 create a new mode in config append _{_ to this command, the following lines
91 will be keybinds for that mode, and _}_ on its own line to close the block.
92
88**move** <left|right|up|down>:: 93**move** <left|right|up|down>::
89 Moves the focused container _left_, _right_, _up_, or _down_. 94 Moves the focused container _left_, _right_, _up_, or _down_.
90 95