movetowsbyname - bakkeby/dusk GitHub Wiki
| Function | Expected argument | Default keybinding | 
|---|---|---|
| movetowsbyname | string (workspace name) | Super+Shift+<number> | 
The movetowsbyname function moves the currently active window to the workspace with a given name.
The default configuration is such that the keybinding of Super+Shift+6 will move the selected
window to workspace number 6.
External command:
$ duskc run_command movetowsbyname "6"  # move the selected client to workspace 6Also see clienttomon and sendtowsbyname.