aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-08-07 11:25:04 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-18 15:50:26 +0100
commitc1af79532f7727110e75c3736899d998bc9840a5 (patch)
tree49667e2bd7b31a5c245fdc5b885c3af054b3e383 /sway/sway.5.scd
parentMerge pull request #2473 from RyanDwyer/iterators-per-type (diff)
downloadsway-c1af79532f7727110e75c3736899d998bc9840a5.tar.gz
sway-c1af79532f7727110e75c3736899d998bc9840a5.tar.zst
sway-c1af79532f7727110e75c3736899d998bc9840a5.zip
commands: add nop
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 70b74a45..0378a3d5 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -167,6 +167,10 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
167*move* [to] scratchpad 167*move* [to] scratchpad
168 Moves the focused window to the scratchpad. 168 Moves the focused window to the scratchpad.
169 169
170*nop* <comment>
171 A no operation command that can be used to override default behaviour. The
172 optional comment argument is ignored, but logged for debugging purposes.
173
170*reload* 174*reload*
171 Reloads the sway config file and applies any changes. 175 Reloads the sway config file and applies any changes.
172 176