mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
workspace: Learn sticky.
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
This commit is contained in:
parent
db642fc8c5
commit
2d0f78c0d6
5 changed files with 52 additions and 1 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue