File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ Throughout the documentation, *|* is used to distinguish between arguments for
52
52
which you may only select one. * [ ...] * is used for optional arguments, and
53
53
* <...>* for arguments where you are expected to supply some value.
54
54
55
- # COMMANDS - CONFIG ONLY
55
+ # COMMANDS
56
56
57
57
This section only lists general commands. For input and output commands, refer
58
58
to * sway-input* (5) and * sway-output* (5).
59
59
60
+ ## Config only commands
60
61
The following commands may only be used in the configuration file.
61
62
62
63
* bar* [ <bar-id >] <bar-subcommands...>
@@ -98,8 +99,7 @@ The following commands may only be used in the configuration file.
98
99
machines, it may be desirable to have Xwayland started immediately by
99
100
using _ force_ instead of _ enable_ .
100
101
101
- # COMMANDS - RUNTIME ONLY
102
-
102
+ ## Runtime only commands
103
103
The following commands cannot be used directly in the configuration file.
104
104
They are expected to be used with * bindsym* or at runtime through * swaymsg* (1).
105
105
@@ -387,8 +387,7 @@ set|plus|minus|toggle <amount>
387
387
388
388
The default format is "%title".
389
389
390
- # COMMANDS - CONFIG OR RUNTIME
391
-
390
+ ## Config or runtime commands
392
391
The following commands may be used either in the configuration file or at
393
392
runtime.
394
393
You can’t perform that action at this time.
0 commit comments