aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Vasilij Schneidermann <mail@vasilij.de>2017-04-18 21:35:57 +0200
committerLibravatar Vasilij Schneidermann <mail@vasilij.de>2017-04-18 21:41:28 +0200
commitd4ac594264442a33ae06c69a1254951894f3c4e2 (patch)
treec8f3e5dbcd26d0cde6f24db529b01ce6bfa50a2b /sway/sway.5.txt
parentAdd .build.yml (for builds.sr.ht) (diff)
downloadsway-d4ac594264442a33ae06c69a1254951894f3c4e2.tar.gz
sway-d4ac594264442a33ae06c69a1254951894f3c4e2.tar.zst
sway-d4ac594264442a33ae06c69a1254951894f3c4e2.zip
Implement and document `move [to] scratchpad`
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index d76951b5..446fbf05 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -118,6 +118,9 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
118 Moves the focused container or workspace to the output identified by _name_ or 118 Moves the focused container or workspace to the output identified by _name_ or
119 _direction_. _direction_ may be one of _up_, _down_, _left_, _right_. 119 _direction_. _direction_ may be one of _up_, _down_, _left_, _right_.
120 120
121**move** [to] scratchpad::
122 Moves the focused window to the scratchpad.
123
121**reload**:: 124**reload**::
122 Reloads the sway config file without restarting sway. 125 Reloads the sway config file without restarting sway.
123 126