movealltowsbyname - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybinding |
---|---|---|
movealltowsbyname | string (workspace name) | Super+Ctrl+Shift+<number> |
The movealltowsbyname
function moves all windows on the current workspace to a workspace with
a given name.
The default configuration is such that the keybinding of Super+Ctrl+Shift+6
will move all
windows on the current workspace to workspace number 6.
External command:
$ duskc run_command movealltowsbyname "6" # move all clients to workspace 6
Also see clientstomon and moveallfromwsbyname.