glazewm
glazewm copied to clipboard
Move workspace to monitor
Hi,
It would be great if we could move the workspace to a specific monitor.
I know that I can bind the workspace to monitor, but it would be better if we could dynamically arrange the workspaces. In a notebook, sometimes I need to connect to an external monitor and would like to move a specific workspace to that monitor.
Regards,
You can already do that. For example,
keybindings:
- command: "move workspace left"
binding: "Alt+LWin+H"
- command: "move workspace right"
binding: "Alt+LWin+L"
Thank you for the response. I will try this config.
I actually just created a similar issue, not knowing that this was created.
I have suggested a solution where move-workspace would get a new argument called --monitor # that would refer to the id of the monitor, just like bind-to-monitor does.