diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-08-07 11:25:04 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-08-18 15:50:26 +0100 |
commit | c1af79532f7727110e75c3736899d998bc9840a5 (patch) | |
tree | 49667e2bd7b31a5c245fdc5b885c3af054b3e383 /sway/sway.5.scd | |
parent | 744724b3cb28c2ee9d265dcbf78b1cbf2b2e3fef (diff) |
commands: add nop
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 4 |
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). *move* [to] scratchpad Moves the focused window to the scratchpad. +*nop* <comment> + A no operation command that can be used to override default behaviour. The + optional comment argument is ignored, but logged for debugging purposes. + *reload* Reloads the sway config file and applies any changes. |