movealltowsbyindex - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybinding |
---|---|---|
movealltowsbyindex | int (workspace index) | N/A |
The movealltowsbyindex
function moves all windows on the current workspace to the nth workspace
on the current monitor.
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 movealltowsbyindex "6" # move all clients to the 6th workspace on current monitor
Also see clientstomon and moveallfromwsbyindex.