aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Martin Michlmayr <tbm@cyrius.com>2020-05-20 19:11:07 +0800
committerLibravatar Simon Ser <contact@emersion.fr>2020-05-20 14:11:34 +0200
commit2bf14cb747154251b754fecc004bd568e3f80470 (patch)
tree6985a2566c5eedfff904fccf8fc2b69c24f5956a
parentinput: fix reloading crash due to keyboard group configuring (diff)
downloadsway-2bf14cb747154251b754fecc004bd568e3f80470.tar.gz
sway-2bf14cb747154251b754fecc004bd568e3f80470.tar.zst
sway-2bf14cb747154251b754fecc004bd568e3f80470.zip
sway.5: make formatting more consistent
-rw-r--r--sway/sway.5.scd12
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 9e42d897..f4323f65 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -179,8 +179,8 @@ set|plus|minus <amount>
179*layout* toggle [split|all] 179*layout* toggle [split|all]
180 Cycles the layout mode of the focused container though a preset list of 180 Cycles the layout mode of the focused container though a preset list of
181 layouts. If no argument is given, then it cycles through stacking, tabbed 181 layouts. If no argument is given, then it cycles through stacking, tabbed
182 and the last split layout. If "split" is given, then it cycles through 182 and the last split layout. If _split_ is given, then it cycles through
183 splith and splitv. If "all" is given, then it cycles through every layout. 183 splith and splitv. If _all_ is given, then it cycles through every layout.
184 184
185*layout* toggle [split|tabbed|stacking|splitv|splith] [split|tabbed|stacking|splitv|splith]... 185*layout* toggle [split|tabbed|stacking|splitv|splith] [split|tabbed|stacking|splitv|splith]...
186 Cycles the layout mode of the focused container through a list of layouts. 186 Cycles the layout mode of the focused container through a list of layouts.
@@ -230,7 +230,7 @@ set|plus|minus <amount>
230 Moves the focused container to the specified mark. 230 Moves the focused container to the specified mark.
231 231
232*move* [--no-auto-back-and-forth] [container|window] [to] workspace [number] <name> 232*move* [--no-auto-back-and-forth] [container|window] [to] workspace [number] <name>
233 Moves the focused container to the specified workspace. The string "number" 233 Moves the focused container to the specified workspace. The string _number_
234 is optional and is used to match a workspace with the same number, even if 234 is optional and is used to match a workspace with the same number, even if
235 it has a different name. 235 it has a different name.
236 236
@@ -826,7 +826,7 @@ The default colors are:
826*workspace_auto_back_and_forth* yes|no 826*workspace_auto_back_and_forth* yes|no
827 When _yes_, repeating a workspace switch command will switch back to the 827 When _yes_, repeating a workspace switch command will switch back to the
828 prior workspace. For example, if you are currently on workspace 1, 828 prior workspace. For example, if you are currently on workspace 1,
829 switch to workspace 2, then invoke the "workspace 2" command again, you 829 switch to workspace 2, then invoke the *workspace 2* command again, you
830 will be returned to workspace 1. Default is _no_. 830 will be returned to workspace 1. Default is _no_.
831 831
832# CRITERIA 832# CRITERIA
@@ -911,8 +911,8 @@ The following attributes may be matched with:
911 currently focused window. 911 currently focused window.
912 912
913*urgent* 913*urgent*
914 Compares the urgent state of the window. Can be "first", "last", "latest", 914 Compares the urgent state of the window. Can be _first_, _last_, _latest_,
915 "newest", "oldest" or "recent". 915 _newest_, _oldest_ or _recent_.
916 916
917*window_role* 917*window_role*
918 Compare against the window role (WM_WINDOW_ROLE). Can be a regular 918 Compare against the window role (WM_WINDOW_ROLE). Can be a regular