summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-26 23:53:20 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-27 17:58:10 +0100
commit2d0f78c0d6fb67b38c056856608708be610b7096 (patch)
treef87d318d7701b572932687a1f388af2ec6458b15 /sway.5.txt
parentcommands: code formatting: Sort list of commands by alphabet. (diff)
downloadsway-2d0f78c0d6fb67b38c056856608708be610b7096.tar.gz
sway-2d0f78c0d6fb67b38c056856608708be610b7096.tar.zst
sway-2d0f78c0d6fb67b38c056856608708be610b7096.zip
workspace: Learn sticky.
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
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