Skip to content

movealltowsbyname

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

Back to Functions > Workspace.

Clone this wiki locally