ianyh / Amethyst

Automatic tiling window manager for macOS à la xmonad.
https://ianyh.com/amethyst/
MIT License
14.68k stars 487 forks source link

Shortcut to move entire desktop to current screen #1657

Open gdevanla opened 4 months ago

gdevanla commented 4 months ago

Is your feature request related to a problem? Please describe. In XMonad we have a feature where you can throw a desktop into the current screen. Can we add a similar feature to Amethyst?

Describe the solution you'd like This is similar to the following XMonad functionality where when I am on screen, when I switch to a workspace, that workspace get's pulled into that screen.

mod-[1..9] Switch to workspace N

Describe alternatives you've considered None. Currently, the only way to achieve this is by using a mouse and dragging and dropping the desktop into another screen.

Additional context None