Skip to content

moveallfromwsbyindex

Bakkeby edited this page Feb 27, 2024 · 2 revisions
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 current

Also see clientstomon and movealltowsbyindex.

Back to Functions > Workspace.

Clone this wiki locally