Skip to content

movetowsbyname

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

Also see clienttomon and sendtowsbyname.

Back to Functions > Workspace.

Clone this wiki locally