glazewm icon indicating copy to clipboard operation
glazewm copied to clipboard

Move workspace to monitor

Open felipecrp opened this issue 2 years ago • 2 comments

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,

felipecrp avatar Jul 18 '23 15:07 felipecrp

You can already do that. For example,

keybindings:
  - command: "move workspace left"
    binding: "Alt+LWin+H"

  - command: "move workspace right"
    binding: "Alt+LWin+L"

adriafarres avatar Aug 04 '23 17:08 adriafarres

Thank you for the response. I will try this config.

felipecrp avatar Sep 06 '23 02:09 felipecrp

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.

DrHeinzDoofenshmirtz avatar Aug 19 '25 07:08 DrHeinzDoofenshmirtz