171

I know that using Alt+F7, I can use the keyboard to move the window around. I can also use the "Grid" plugin of Compiz to position quickly the window around my current monitor. The grid plugin doesn't seem work across monitor however.

What I need is a quicker way to move the current window to the other screen. In my current dual-monitor setup, I find myself needing to move the focus window to the other monitor as I focus on working on something else (and move it back afterward).

If I use XMonad (or other tiling managers), this would be rather easy. However, many applications that I use (Gnome Do, MATLAB, image viewers, custom apps that I write, ...) do not work well with a tiling manager.

So my question is: is there a shortcut key combination that moves the currently focused window to the other monitor (and back)?

Praveen
  • 1,015
  • 4
  • 14
  • 26
Dat Chu
  • 1,907

10 Answers10

207
  1. Install CompizConfig Settings Manager Install compizconfig-settings-manager

    sudo apt-get install compizconfig-settings-manager
    
  2. Run CCSM → Go to bottom (Window Management) → Go to "Put."

  3. Enable the plugin.
  4. Configure shortcut for "Put to next Output."
  5. Log out and back in again.

If the plugin put doesn't appear in CCSM, install the compiz-plugins Install compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins)

EDIT: The required plugin package is now called compiz-plugins on 12.10 and higher. compiz-plugins-extra Install compiz-plugins-extra is still used for 12.04.

grizwako
  • 5,635
32

I like Put to next Output with Ctrl + Alt + n

enjoy it!

Put at CCSM Put at CCSM.

Put to Next Output Put to Next Output

Chu-Siang Lai
  • 489
  • 4
  • 10
24

On my machine (CentOS Linux 7) it worked out of the box:
Use window key+shift+arrows this will move window quickly between monitors Works on maximized as well as non maximized windows.

Jeff
  • 1,674
Andrey
  • 241
  • 2
  • 2
  • 1
    If possible can you please clarify how to achieve this in Ubuntu since this is what question in about. – Kulfy May 07 '19 at 14:08
  • 1
    Thanks! I have two monitors (not talking about workspaces) and it worked fine! [ubuntu budgie 19.04] – sdlins Jun 17 '19 at 22:12
  • 2
    This also works fine for me out of the box on Ubuntu 18.04 – Gerald Jul 26 '19 at 05:29
  • I can confirm this works in 20.04 LTS as well. Should be the accepted answer, since it does not require any additional installation - just know the keys that were asked for. – foo May 30 '20 at 16:40
13

Alt+Ctrl + NumLeft/NumRight

for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.

i.e., if you wan to move maximized window, you may

'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'

or try to bind it..

Praveen
  • 1,015
  • 4
  • 14
  • 26
viktorkho
  • 131
  • 1
  • 2
5

After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."

Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.

ioaniatr
  • 1,301
  • 1
  • 11
  • 13
3

After install CCSM, to add "put" option, you must install too :

sudo apt-get install compiz-plugins-extra
gujou
  • 131
0

Right click on the top of the window on the bar and a drop down appeared for me with the option of moving the window.

0

Press Alt + Space on an active window then select "Move to Monitor Right"

Guest
  • 33
0

Addendum: If the solution with Put plugin doesn't work.

Try to disable some features you don't use that may interfere. I left only Put To Next Output enabled and it started to work.

0

Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).

I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).