diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-26 23:53:20 +0100 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-27 17:58:10 +0100 |
commit | 2d0f78c0d6fb67b38c056856608708be610b7096 (patch) | |
tree | f87d318d7701b572932687a1f388af2ec6458b15 /sway.5.txt | |
parent | db642fc8c5f4450c35cafb2760433b95b4c9c053 (diff) |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -166,6 +166,10 @@ Commands **splitv**:: Equivalent to **split vertical**. +**sticky** <enable|disable|toggle>:: + If enabled and the windows is floating it will always be present on the active + workspace on that output. + **workspace** <name>:: Switches to the specified workspace. |