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