moveallfromwsbyindex - bakkeby/dusk GitHub Wiki
| Function | Expected argument | Default keybinding | 
|---|---|---|
| moveallfromwsbyindex | int (workspace index) | N/A | 
The moveallfromwsbyindex function moves all windows from the nth workspace on the current
monitor to the current workspace.
There are no default configuration options for this function, but it can be used to replace the
default behaviour of the WSKEYS macro. Refer to this
guide for more details.
External command:
$ duskc run_command moveallfromwsbyindex "6"  # move all clients from the 6th workspace to currentAlso see clientstomon and movealltowsbyindex.