summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:20:16 -0700
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:20:16 -0700
commitb7702eb34c9d5485145b0483891e710fae12e967 (patch)
treef87d318d7701b572932687a1f388af2ec6458b15 /sway.5.txt
parentMerge pull request #265 from sce/better_logging (diff)
parentworkspace: Learn sticky. (diff)
downloadsway-b7702eb34c9d5485145b0483891e710fae12e967.tar.gz
sway-b7702eb34c9d5485145b0483891e710fae12e967.tar.zst
sway-b7702eb34c9d5485145b0483891e710fae12e967.zip
Merge pull request #266 from sce/sticky_floats_0
workspace: Learn sticky.
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 9f581a42..dc5e5d66 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -166,6 +166,10 @@ Commands
166**splitv**:: 166**splitv**::
167 Equivalent to **split vertical**. 167 Equivalent to **split vertical**.
168 168
169**sticky** <enable|disable|toggle>::
170 If enabled and the windows is floating it will always be present on the active
171 workspace on that output.
172
169**workspace** <name>:: 173**workspace** <name>::
170 Switches to the specified workspace. 174 Switches to the specified workspace.
171 175